Re: Windows distribution suggestions?



On 2005-05-17, Paul Rubin <http> wrote:

> As what must be penance for something or other, I'm needing to release
> a Python app for use under Windows XP.

I'm a Unix guy who occasionally ships a Python app for Win32,
and I always recommend py2exe and inno setup:

py2exe http://starship.python.net/crew/theller/py2exe/
inno setup http://www.jrsoftware.org/isinfo.php

Inno setup is as good as any other installer, and it's free.

--
Grant Edwards grante Yow! Did I SELL OUT yet??
at
visi.com
.



Relevant Pages

  • Run as Service
    ... I have, in the past, used SRVANY to run a Python app as a Windows ... now I am interested in distributing my scripts and ...
    (comp.lang.python)
  • Re: Chaining programs with pipe
    ... to ship a Windows version of a Python app: ... that explains your previous post telling that things on Windows ... Gabriel Genellina ...
    (comp.lang.python)