I have made an application using Python and recently i found that i can use py2exe to make executables for windows.

The problem is that a library i am using (xmpppy) produces this error

DeprecationWarning: the md5 module is deprecated; use hashlib instead

and when i try to run the executable a dialog appears saying this

See the logfile 'C:\Python26\P2E\MyApp\dist\MyApp.exe.log' for details

any ideas how to fix that?

link|improve this question
4  
Those error messages seem instructive enough... – BoltClock Jan 25 '11 at 12:05
Try using this stackoverflow.com/questions/879173/… when you build the executable – armonge Jan 31 '11 at 15:41
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.