Installing CXX: ImportError

h_b_jensen evil_wicked at ofir.dk
Mon Mar 18 02:44:01 EST 2002


When installing CXX:

1) Untar file in /usr/local
2) cd PyCXXblabla
2) python setup.py install

...this error occurs:

[pos at localhost PyCXX-V5.1-rc2]$ python setup.py install
Traceback (innermost last):
  File "setup.py", line 3, in ?
    from distutils.command.install import install
ImportError: No module named distutils.command.install

Shouldn't distutils be properly installed when you install
Python 2.2 this way:

1) Untar Python-file
2) ./configure
3) make
4) make install

?

Thanks in advance,

Best regards,
Henrik Jensen





More information about the Python-list mailing list