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
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
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