Support Forums
(Tutorial) .py to .exe - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Python Programming Language (https://www.supportforums.net/forumdisplay.php?fid=32)
+---- Thread: (Tutorial) .py to .exe (/showthread.php?tid=1015)

Pages: 1 2


(Tutorial) .py to .exe - L0iz - 10-10-2009

Want to turn your Python script into executable windows file?

There is a tool called py2exe, but it's kinda complicated to use.
Couple of moments ago I found a GUI version of py2exe that actually works.

Download link: Link

It's very important to make sure that script works before compiling it.


RE: (Tutorial) .py to .exe - Headshot - 10-10-2009

Great, thanks. Big Grin


RE: (Tutorial) .py to .exe - Akshay* - 10-10-2009

That was a good one


RE: (Tutorial) .py to .exe - mko - 10-10-2009

thanks man great your post

i need it


RE: (Tutorial) .py to .exe - Grizzly - 10-10-2009

Hmm, link goes right back to the post.


RE: (Tutorial) .py to .exe - Socrates - 10-10-2009

(10-10-2009, 12:22 PM)Grizzly Wrote: Hmm, link goes right back to the post.

Yea you need to fix it.


RE: (Tutorial) .py to .exe - L0iz - 10-10-2009

The link was acting strange since I found it.

Copy it from here:
Code:
http://www.freewebs.com/potbuddy/py2exe%20GUI.zip



RE: (Tutorial) .py to .exe - flexyx - 10-12-2009

thats was good


RE: (Tutorial) .py to .exe - MisMaTcheD - 10-12-2009

Thanks much for this.
I've been looking for something similar.


RE: (Tutorial) .py to .exe - Rhynorater - 12-03-2011

Looks good, thanks bro, I will look into this ;)