p2exe for python 2.6

Stefaan Himpe stefaan.himpe at gmail.com
Wed Oct 22 14:43:12 EDT 2008


> How can convert my python script in exe for the python version 2.6?

You must use a standalone executable builder like
     * py2exe (Windows)
     * py2app (Mac OS)
     * PyInstaller (all platforms)
     * cx_Freeze (Windows and Linux)
     * bbFreeze (Windows and Linux)

Presumably you could use GUI2EXE [1] as a graphical front-end to these
tools (never tried this myself).

Best regards,
Stefaan.

[1] http://xoomer.alice.it/infinity77/main/GUI2Exe.html



More information about the Python-list mailing list