[issue5805] Distutils (or py2exe) error with DistributionMetaData

2009-04-21 Thread Vah Rashim
New submission from Vah Rashim d233...@bsnow.net: 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'm running py2exe

[issue708320] DistributionMetaData error ?

2009-04-17 Thread Vah Rashim
Vah Rashim d233...@bsnow.net 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', 'contact