distutils

  • Thread starter Guillaume JULLIEN
  • Start date
G

Guillaume JULLIEN

Hi,

New to python, I' m trying to use distutils.
And I get this error

# python setup.py build
Traceback (most recent call last):
File "setup.py", line 89, in ?
from distutils import core
ImportError: No module named distutils

I have Python 2.3.4 installed

Any advice ?
How does path work in python ?

Thanks a lot for your help

Guillaume
 
R

Robert Kern

Guillaume said:
Hi,

New to python, I' m trying to use distutils.
And I get this error

# python setup.py build
Traceback (most recent call last):
File "setup.py", line 89, in ?
from distutils import core
ImportError: No module named distutils

I have Python 2.3.4 installed

Any advice ?

I assume that you are on Linux or FreeBSD or somesuch. Install the
Python development package for your system. It usually has a name like
python-dev or python-devel.

--
Robert Kern
(e-mail address removed)

"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,247
Latest member
crypto tax software1

Latest Threads

Top