Creating a Python installer in win32

Peter Hansen peter at engcorp.com
Wed Nov 26 00:23:06 EST 2003


martin z wrote:
> 
> Hey, all.  I'll get to the point: project for class, got most of my needs
> figured out, just unsure about one detail: this is a large-scale design
> course, so it has to be a complete win32 app.  That means a standalone
> installer.  I can't just say "go fetch Python, then run this .py file".
> Anybody know how to set such a thing up?

Py2exe plus any freely available installer (InnoSetup?) does the job.

-Peter




More information about the Python-list mailing list