Re: Experiences with Py2Exe

2006-10-12 Thread MaR
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

Re: Experiences with Py2Exe

2006-10-11 Thread Fredrik Lundh
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

Re: Experiences with Py2Exe

2006-10-11 Thread Ben Finney
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

Re: Experiences with Py2Exe

2006-10-11 Thread Antoine De Groote
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

Re: Experiences with Py2Exe

2006-10-11 Thread Larry Bates
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

Re: Experiences with Py2Exe

2006-10-11 Thread Isaac Rodriguez
> > 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

Re: Experiences with Py2Exe

2006-10-11 Thread Larry Bates
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

Re: Experiences with Py2Exe

2006-10-11 Thread Tim N. van der Leeuw
was > wondering how well behaves Py2Exe with the wxPython module. > My experiences with Py2Exe and wxPython are very good. In fact, the samples included with Py2Exe include some wxPython samples. It's also possible to get PyGTK working with Py2exe, but it's a bit more convoluted. H

Re: Experiences with Py2Exe

2006-10-11 Thread Antoine De Groote
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

Experiences with Py2Exe

2006-10-11 Thread Isaac Rodriguez
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 thinking that Py2Exe would help on that