distutils is not found

S

Saketh

Under openSUSE 10.0, I installed Python 2.4.1. I executed a setup.py
which imports distutils, but I received an error which gave an
"ImportError: module not found" for distutils. I thought that distutils
is part of the standard library under Python, but is there something
that I am missing? Can I (or should I) install distutils manually?

Thanks for the assistance.
 
D

Diez B. Roggisch

Saketh said:
Under openSUSE 10.0, I installed Python 2.4.1. I executed a setup.py
which imports distutils, but I received an error which gave an
"ImportError: module not found" for distutils. I thought that distutils
is part of the standard library under Python, but is there something
that I am missing? Can I (or should I) install distutils manually?

Some linux distros consider it a good idea to have a separated
devel-package for python. Look for it in yast, something like
python-devel. Install it and be happy.

Diez
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top