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