Hello,<br><br>I'm trying to install the Distutils libarary since it does not included in my python installation. I run Suse linux. I have python 2.4. I've downloaded the distutils version 1.0.2 (the latest one). When I run 'python 
setup.py install' from the installation directory, I get the following error:<br><br>Traceback (most recent call last):<br>&nbsp; File &quot;setup.py&quot;, line 30, in ?<br>&nbsp;&nbsp;&nbsp; packages = ['distutils', 'distutils.command'],<br>
&nbsp; File &quot;/home/semantay/Distutils-1.0.2/distutils/core.py&quot;, line 101, in setup<br>&nbsp;&nbsp;&nbsp; _setup_distribution = dist = klass(attrs)<br>&nbsp; File &quot;/home/semantay/Distutils-1.0.2/distutils/dist.py&quot;, line 130, in __init__
<br><br>&nbsp;&nbsp;&nbsp; setattr(self, method_name, getattr(self.metadata, method_name))<br>AttributeError: DistributionMetadata instance has no attribute 'get___doc__'<br><br>Please help me.<br>Sergey<br><br><br><br><br>