Stupid question about .EXE

Robin Dunn robin at alldunn.com
Thu Aug 5 00:53:58 EDT 1999


>
> Don't know what the name of the utility is, or if it's executable
> itself or is c source code to allow the making of a python .EXE
>

Check out the freeze utility included with Python.  This requires a C
compiler to build the actual executable, but the utility is usable on all
platforms.

Also take a look at Grodon McMillan's Installer utility found at
http://starship.python.net/crew/gmcm/install.html.  This one doesn't require
a C compiler but is Win32 only (and works quite good in my opinion.)


--
Robin Dunn
Software Craftsman
robin at AllDunn.com
http://AllDunn.com/robin/
http://AllDunn.com/wxPython/  Check it out!







More information about the Python-list mailing list