Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Python (http://www.programmingforums.org/forum43.html)
-   -   question (http://www.programmingforums.org/showthread.php?t=10182)

demon101 Jun 5th, 2006 2:11 AM

question
 
i was wondering how can i take a program i made wiht python and make it into a .exe file?

coldDeath Jun 5th, 2006 2:20 AM

Take a look at py2exe (google) it makes your python code into a windows executable by bundling the whole python interpretor with it. Python was not designed to be made into executables, its an interpreted scripting language, but py2exe lets you make one with a lot of overhead.


All times are GMT -5. The time now is 4:09 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC