[issue708320] DistributionMetaData error ?
Vah Rashim added the comment: I'm running py2exe on python 2.6 and have this error, too. I'm look through distutils/dist.py and read following: self.metadata = DistributionMetadata() method_basenames = dir(self.metadata) + \ ['fullname', 'contac
[issue5805] Distutils (or py2exe) error with DistributionMetaData
New submission from Vah Rashim : I'find issue http://bugs.python.org/issue708320. It's closed, but in python 2.6 this problem are yet exists. I'm fix it, but don't know, is this good solution. quote this my message from above issue without changes^ """ I