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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to