Today I created my first working Python Windows GUI .exe, and ran it successfully on a machine without Python installed. :)
WooHoo! py2exe Works!
Collapse
X
-
I used py2exe. I just used the most basic example on the web page, which is the only documentation at this point.Originally posted by bartoncTell us how! I've got py2exe, but haven't used it yet. What's your tool?
It did turn a 17kb source file into an 11.9MB executable, though, so I think there's room for streamlining the process....Comment
-
You do know that the python execution engine is in there, right?Originally posted by true911mI used py2exe. I just used the most basic example on the web page, which is the only documentation at this point.
It did turn a 17kb source file into an 11.9MB executable, though, so I think there's room for streamlining the process....Comment
-
I more than hope to do it one day, I need some real help right now. I tried to use the baisc example on a web page on some website and it didn't work. I was wondering if you guys could help me with the py2exe and how to use it.Comment
-
Sure. Just start a new discussion with description and examples of what you have tried. Please include any error messages that you are getting.Originally posted by Loismustdie129I more than hope to do it one day, I need some real help right now. I tried to use the baisc example on a web page on some website and it didn't work. I was wondering if you guys could help me with the py2exe and how to use it.Comment
-
Check out my new thread, Simple guide to using py2exe, for a walkthrough.Originally posted by Loismustdie129I more than hope to do it one day, I need some real help right now. I tried to use the baisc example on a web page on some website and it didn't work. I was wondering if you guys could help me with the py2exe and how to use it.Comment
Comment