Create executable from executable with py2exe

vedrandekovic at gmail.com vedrandekovic at gmail.com
Sat Mar 29 08:23:58 EDT 2008


Hello,

Is there any example how can I create executable from executable with
py2exe.For example if I create main executable with some TextEntry
( wxpython ) and then when i write this code into this entry:

import os
print os.getcwd()
print "ok"

...to main executable convert this code into executable with py2exe.

Sorry for my english!
Regards,
Vedran



More information about the Python-list mailing list