wxpython application vista

Don Dwiggins ddwiggins at advpubtech.com
Fri Jun 1 10:07:39 PDT 2007


Paul McNett wrote:
> True, although I'm about to go into production on an application that 
> will go out to potentially hundreds of end-users, with connections that 
> are potentially unreliable and slow compared with what us techies are 
> used to, with frequent and required application updates. The smallest 
> I've been able to make my setup.exe is 9.5 MB.

If this is a major consideration, look into PyInstaller as an 
alternative.  I found that an app of mine that ran about 13Mb under 
py2exe dropped to around 5 Mb under PyInstaller.  There's a learning 
curve, though -- PyInstaller uses a very different "language".  (I think 
  it may be the use of UPX that allows the greater compression; perhaps 
py2exe could be modified to use UPX.)

-- 
Don Dwiggins
Advanced Publishing Technology





More information about the wxpython-users mailing list