[Distutils] Installation error

Yongsheng Zhao yszhao at ac-tech.com
Tue Apr 5 21:50:40 CEST 2005


Hello,

When I installed the package, I got the following error:

# python setup.py install
Traceback (most recent call last):
  File "setup.py", line 30, in ?
    packages = ['distutils', 'distutils.command'],
  File "/tmp/Distutils-1.0.2/distutils/core.py", line 101, in setup
    _setup_distribution = dist = klass(attrs)
  File "/tmp/Distutils-1.0.2/distutils/dist.py", line 130, in __init__
    setattr(self, method_name, getattr(self.metadata, method_name))
AttributeError: DistributionMetadata instance has no attribute 'get___doc__'


Anyone know what happens? Thanks.

Regards
Yongsheng Zhao


More information about the Distutils-SIG mailing list