how to create exe file for python project ?..........

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maya
    New Member
    • Sep 2005
    • 3

    how to create exe file for python project ?..........

    i gone through the site http://www.thescripts.com/forum/thread579554.html.. and i can created an exe file for the example(HelloWo rld.py).. but i want to create an exe for my project..this priject was developed by using glade and python..it contains a large no of files both python and glade.. how i can make an exe for this?..
    plz help
    Thanks in advance
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by maya
    i gone through the site http://www.thescripts.com/forum/thread579554.html.. and i can created an exe file for the example(HelloWo rld.py).. but i want to create an exe for my project..this priject was developed by using glade and python..it contains a large no of files both python and glade.. how i can make an exe for this?..
    plz help
    Thanks in advance
    I've done some work getting Py2Exe to work with wxPython. Here is the script that is working for me.

    Remember to post your questions in this part of the site. Sometimes I forget to look in the sub forums for posts.

    Comment

    Working...