From: Frank T. <ft...@ne...> - 2004-02-15 21:04:59
|
Nils Ryding, on 2004-02-15, wrote: > Traceback (most recent call last): > File "setup.py", line 2, in ? > import distutils.core > ImportError: No module named distutils.core > > have installed python 2.3.3. and python_gdbm, so it should work? That is very wierd; possibly when you call "python setup.py build" you are calling an older version of python? Check with "python -V". -- Frank Tobin http://www.neverending.org/~ftobin/ |