<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Mohammad Moghimi a &eacute;crit&nbsp;:
<blockquote cite="midd91bb71205080108574a9da932@mail.gmail.com"
 type="cite">[...]<br>
checking that Python has a working distutils... configure: error:<br>
  <br>
***** Distutils is not available or is incomplete for /usr/bin/python<br>
***** If you installed Python from RPM (or other package manager)<br>
***** be sure to install the -devel package, or install Python<br>
***** from source.&nbsp; See README.LINUX for details<br>
  <br>
I downloaded Distutil from <a href="http://python.org">python.org</a><br>
  <a
 href="http://www.python.org/sigs/distutils-sig/download/Distutils-1.0.2.tar.gz">http://www.python.org/sigs/distutils-sig/download/Distutils-1.0.2.tar.gz</a><br>
  <br>
I wanted to install this one but I got another error message in running<br>
python setup.py install<br>
  <br>
Traceback (most recent call last):<br>
&nbsp; File "setup.py", line 30, in ?<br>
&nbsp;&nbsp;&nbsp; packages = ['distutils', 'distutils.command'],<br>
&nbsp; File
"/home/soccer/mohammad/python/Distutils-1.0.2/distutils/core.py", line
101, in setup<br>
&nbsp;&nbsp;&nbsp; _setup_distribution = dist = klass(attrs)<br>
&nbsp; File
"/home/soccer/mohammad/python/Distutils-1.0.2/distutils/dist.py", line
130, in __init__<br>
&nbsp;&nbsp;&nbsp; setattr(self, method_name, getattr(self.metadata, method_name))<br>
AttributeError: DistributionMetadata instance has no attribute
'get___doc__'<br>
  <br>
How can I solve this problem?!<br>
-- Mohammad<br>
</blockquote>
Hi all,<br>
This problem is not about mailman, but about the Distutils. I
have the same bug on Windows. It'is very boring because py2exe needs
the distutils. The bug needs to be fixed manually in the source of the
distutils in :<br>
"distutils/dist.py", line 130, in __init__"<br>
The bug is easy to fix (I will post the solution later, if I can found
it).<br>
I hope this information will help you.<br>
Nobody else has this bug with the Distutils ?
</body>
</html>