Create executable from executable with py2exe

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • vedrandekovic@gmail.com

    Create executable from executable with py2exe

    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
Working...