How to create an exe-file?

Fredrik Lundh fredrik at pythonware.com
Sun Apr 6 16:50:46 EDT 2008


skanemupp at yahoo.se wrote:

> how do you create exe-files of your python-code?
> 
> is it different depending on what libraries, GUI-frameworks you use?
> 
> i want to create an exe-file of a pythonscript that uses Tkinter.

assuming windows only, you want:

http://www.py2exe.org/

also see:

http://effbot.org/zone/python-compile.htm

</F>




More information about the Python-list mailing list