[Tutor] Creating a single .exe file without py2exe and pyinstaller

Marc Tompkins marc.tompkins at gmail.com
Sun Oct 19 18:52:10 CEST 2008


On Sun, Oct 19, 2008 at 9:26 AM, Chris Fuller <cfuller084 at thinkingplanet.net
> wrote:

>
> The freeze utillity, http://wiki.python.org/moin/Freeze, will do what you
> want, on unixlikes, at least.  It has its own set of caveats, of course.
>  You
> need a C compiler, and preferably the same one that was used to compile the
> Python interpreter.  I'm not sure if it works at all on Windoze.
>

>From the very page you referenced:
See Also

   -

   Py2Exe <http://wiki.python.org/moin/Py2Exe> -- like Freeze, but makes
   Windows executables

-- 
www.fsrtechnologies.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20081019/bdca2e33/attachment.htm>


More information about the Tutor mailing list