We use py2exe on regular basis for most of our app's, both for internal
and external distribution.
We then pack it to an installer using NSIS
(http://nsis.sourceforge.net/Main_Page) which is also free :o)
--
http://mail.python.org/mailman/listinfo/python-list
Isaac Rodriguez wrote:
> I am asking this because I have a lot of experience using the Windows
> Installer service, and I also have all the productivity tools available
> to create an installer for my tools if I needed to
just go ahead and use it.
py2exe generates an EXE and (usually) a bunch of
Antoine De Groote <[EMAIL PROTECTED]> writes:
> Isaac Rodriguez wrote:
> > Do you have a specific reason for using Inno Setup and not a
> > Windows Installer based setup?
>
> The main reason for using Inno Setup is that it is free. Then I
> quickly saw that it is powerful and easy to use. And I do
Isaac Rodriguez wrote:
>> I did a project with wxPython and py2exe. Just great :-) I also used
>> Inno Setup (http://www.jrsoftware.org/isinfo.php) to create an
>> installer. You should be able to learn/use both in one day.
>>
>
> Do you have a specific reason for using Inno Setup and not a Window
Isaac Rodriguez wrote:
>> I did a project with wxPython and py2exe. Just great :-) I also used
>> Inno Setup (http://www.jrsoftware.org/isinfo.php) to create an
>> installer. You should be able to learn/use both in one day.
>>
>
> Do you have a specific reason for using Inno Setup and not a Window
>
> I did a project with wxPython and py2exe. Just great :-) I also used
> Inno Setup (http://www.jrsoftware.org/isinfo.php) to create an
> installer. You should be able to learn/use both in one day.
>
Do you have a specific reason for using Inno Setup and not a Windows
Installer based setup? Wil
Isaac Rodriguez wrote:
> Hi,
>
> I am looking for feedback from people that has used or still uses
> Py2Exe. I love to program in python, and I would like to use it to
> write support tools for our development team, but I cannot require
> everyone to install python in their machines, so I was thin
Hi Isaac,
Isaac Rodriguez wrote:
> Hi,
>
> I am looking for feedback from people that has used or still uses
> Py2Exe. I love to program in python, and I would like to use it to
> write support tools for our development team, but I cannot require
> everyone to install python in their machines, so
Isaac Rodriguez wrote:
> Hi,
>
> I am looking for feedback from people that has used or still uses
> Py2Exe. I love to program in python, and I would like to use it to
> write support tools for our development team, but I cannot require
> everyone to install python in their machines, so I was thin