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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to