Python on Windows

Grant Edwards grante at visi.com
Fri Feb 3 19:08:56 EST 2006


On 2006-02-03, Larry Bates <larry.bates at websafe.com> wrote:

>> What would folks suggest is the easiest way to package it to run on
>> other windows PCs?

Like the man said, my vote is for py2exe + inno-setup

>> I would love a single .exe file that would run without ANY OTHER FILES
>> even if it was 50 Mb!

Do you _really_ want a single exe?  I haven't seen a single exe
windows program in many years (except for putty, which is many
years old).

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

Definitely.  Nobody does single .exe file windows programs
anymore.  A single-file installer is almost as easy.

-- 
Grant Edwards                   grante             Yow!  Where does it go when
                                  at               you flush?
                               visi.com            



More information about the Python-list mailing list