Standalone Win32 wxPython apps?

Gordon McMillan gmcm at hypernet.com
Sun Mar 10 10:08:14 EST 2002


Grant Edwards wrote:

> I'm considering writing a wxWindows app for Win32.  

[snip]

> In order for it to be useful, I'll need to be able to
> distribute it as a stand-alone app to users who don't have (or
> care to have) a regular Python or wxWindows distro installed.
> 
> Optimally, it would be a single "exe" file that doesn't require
> any installation procedure.  If that's not possible, it would
> be permissible to use a typical "isntall-wizard" type
> installation: running the exe installs the required files
> somewhere, adds a start-menu entry, leaves an un-installer
> around.
> 
> It looks like Gordon McMillan's installer might fit the bill.
> 
> Anybody care to share any experiences distributing wxWindows
> apps for Win32?

Installer can do a single exe or a single directory. Unless your
users are only going to run it once or twice, I'd use single
directory (with wxPython it will just take too long to load as
a single file). 

Inno is a free GUI installer you can use:
 http://www.jrsoftware.org/
(I recently ran across another free one that claims to be 
lighter weight, but I guess I didn't bookmark it :-().

-- Gordon
http://www.mcmillan-inc.com/





More information about the Python-list mailing list