Hi,
You don’t have to install distutils if you’re using Python 2.5: it is in
the standard library that ships with Python.
The error you’re seeing probably comes from Python mixing the standard
library distutils with the one being installed.
Hope this helps
___
Hi
I wan to install distutils modul on python2.5 for that I downloaded
Distutils-1.0.2. But during the installation it make some problem. give
some error.
File "setup.py", line 30, in
packages = ['distutils', 'distutils.command'],
File "/tmp/Distutils-1.0.2/distutils/core.py", line 101, in s