This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dutoitc
Recipients
Date 2003-03-23.10:52:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I'm trying to create an .exe from python files and got the 
following errors :

--------------------------------------------------------------------------------
L:\build\gimini\giminiV15-2-exe\src>c:\python22\python 
setup.py py2exe
Traceback (most recent call last):
  File "setup.py", line 8, in ?
    data_files=[   (   "img",
  File "C:\PYTHON22\distutils\core.py", line 101, in setup
    _setup_distribution = dist = klass(attrs)
  File "C:\PYTHON22\distutils\dist.py", line 130, in 
__init__
    setattr(self, method_name, getattr(self.metadata, 
method_name))
AttributeError: DistributionMetadata instance has no 
attribute 'get___doc__'
--------------------------------------------------------------------------------

C.Dutoit
History
Date User Action Args
2007-08-23 14:12:06adminlinkissue708320 messages
2007-08-23 14:12:06admincreate