On Wed, Oct 22, 2008 at 2:43 PM, Stefaan Himpe <[EMAIL PROTECTED]>wrote:
> 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 The version on that page is over a year old. Andrea Gavana, the creator of gui2exe recently switched to using Google Code. Version 0.2, which was just released yesterday, is available there. http://code.google.com/p/gui2exe/* * > > -- > http://mail.python.org/mailman/listinfo/python-list >
-- http://mail.python.org/mailman/listinfo/python-list