p2exe for python 2.6

Benjamin Kaplan benjamin.kaplan at case.edu
Wed Oct 22 15:33:09 EDT 2008


On Wed, Oct 22, 2008 at 2:43 PM, Stefaan Himpe <stefaan.himpe at gmail.com>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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20081022/c0037c70/attachment-0001.html>


More information about the Python-list mailing list