E
Eric Brewer
I just installed Python on a Debian (testing) box and it generally works
fine, but it can't find distutils.core:
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named distutils.core
I think my path is OK:
['', '/usr/lib/python23.zip', '/usr/lib/python2.3',
'/usr/lib/python2.3/plat-linux2', '/usr/lib/python2.3/lib-tk',
'/usr/lib/python2.3/lib-dynload',
'/usr/local/lib/python2.3/site-packages',
'/usr/lib/python2.3/site-packages']
1) Where should distutils be? (This 2.3.4, so I think it is a standard
module.)
2) Is there any see if "dist*" is anywhere on the path?
Thanks,
-Eric
fine, but it can't find distutils.core:
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named distutils.core
I think my path is OK:
['', '/usr/lib/python23.zip', '/usr/lib/python2.3',
'/usr/lib/python2.3/plat-linux2', '/usr/lib/python2.3/lib-tk',
'/usr/lib/python2.3/lib-dynload',
'/usr/local/lib/python2.3/site-packages',
'/usr/lib/python2.3/site-packages']
1) Where should distutils be? (This 2.3.4, so I think it is a standard
module.)
2) Is there any see if "dist*" is anywhere on the path?
Thanks,
-Eric