Making A Standalone Executable Under Windows NT/95/98

James C. Ahlstrom jim at interet.com
Thu Aug 26 08:48:31 EDT 1999


"jhomme.." wrote:
> 
> Is this possible?  If so, How?

One way is to use "freeze" in ./Tools/freeze to convert
all your *.pyc and needed library files into C strings.
Then re-link Python with this module.  If your main
program is included with the name "__main__", it will
be started.

Also check out Gordon McMillan's win32 installer
    http://starship.python.net/crew/gmcm/install.html.

Jim Ahlstrom




More information about the Python-list mailing list