Re: p2exe for python 2.6

2008-10-22 Thread Benjamin Kaplan
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

Re: p2exe for python 2.6

2008-10-22 Thread Stefaan Himpe
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 GU

Re: p2exe for python 2.6

2008-10-21 Thread Mike Driscoll
On Oct 21, 9:44 am, alessio211734 <[EMAIL PROTECTED]> wrote: > Hi! > > How can convert my python script in exe for the python version 2.6? > > Thanks in adavance. > > Ale. Download the py2exe source and try recompiling your script with it: http://sourceforge.net/project/showfiles.php?group_id=155