faqts : Computers : Programming : Languages : Python : Common Problems

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

12 of 13 people (92%) answered Yes
Recently 8 of 9 people (89%) answered Yes

Entry

How do I create a fully stand alone programme to put on systems where python is not installed?

Mar 14th, 2001 07:12
Thomas Heller, unknown unknown,


You should try Gordon McMillan's "Installer". It's at:
http://starship.python.net/crew/gmcm/distribute.html

One option is to use mxCGIPython (can't remember the URL, find it on
Parnassus <http://www.vex.net/parnassus>, and just have a compiled
single-file binary and the program.

Another option is to use py2exe:
http://starship.python.net/crew/theller/py2exe/