distutils

Robert Kern rkern at ucsd.edu
Mon Apr 4 11:30:46 EDT 2005


Guillaume JULLIEN wrote:
> 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
rkern at ucsd.edu

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



More information about the Python-list mailing list