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 distutilsI have Python 2.3.4 installed
Any advice ? How does path work in python ?
Thanks a lot for your help
Guillaume -- http://mail.python.org/mailman/listinfo/python-list
