Python on Windows

Larry Bates larry.bates at websafe.com
Fri Feb 3 18:58:39 EST 2006


Simon Faulkner wrote:
> I've just written my first (simple) WxPython program - yaaaay!
> 
> What would folks suggest is the easiest way to package it to run on
> other windows PCs?
> 
> I would love a single .exe file that would run without ANY OTHER FILES
> even if it was 50 Mb!
> 
> TIA
> 
> 
> Simon

Use py2exe to create distribution and then use Inno Installer to
create a single setup.exe file that can easily be distributed.

-Larry Bates



More information about the Python-list mailing list