Re: Gordon McMillan installer and Python 2.4

2005-03-04 Thread David Bolen
[EMAIL PROTECTED] (Svein Brekke) writes: > Has anyone else succeded in using McMillans installer on 2.4? > Thanks for any help. I have a feeling that it may be related to the fact that the starter modules (run*.exe) were built with VC6, which matches with Python builds up to 2.3, but not 2.4 (whi

Re: Gordon McMillan installer and Python 2.4

2005-03-03 Thread Peter Hansen
Richie Hindle wrote: [Svein] According to the command line help for cx_Freeze and py2exe, they cannot pack my program with additional installation files into one self-extracting .exe file (which is what I want to do). [Peter] On the other hand, there are readily available utilities that will do wha

Re: Gordon McMillan installer and Python 2.4

2005-03-03 Thread Martin Bless
On 2 Mar 2005 15:29:21 -0800, [EMAIL PROTECTED] (Svein Brekke) wrote: >Thank you Gordon McMillan for a very nice freeze tool for python. Yes, thanks a lot. >Recently I upgraded to python 2.4, and on my system any .exe file >generated by the installer crashes immediately after startup. Yes, I ca

Re: Gordon McMillan installer and Python 2.4

2005-03-03 Thread Svein Brekke
> > According to the command line help for cx_Freeze and py2exe, they > > cannot pack my program with additional installation files into one > > self-extracting .exe file (which is what I want to do). > > > > Am I wrong on this? > > As far as py2exe goes, no, you're not wrong. > > On the other h

Re: Gordon McMillan installer and Python 2.4

2005-03-03 Thread Richie Hindle
[Svein] > According to the command line help for cx_Freeze and py2exe, they > cannot pack my program with additional installation files into one > self-extracting .exe file (which is what I want to do). [Peter] > On the other hand, there are readily available utilities that > will do what you are

Re: Gordon McMillan installer and Python 2.4

2005-03-03 Thread Just
In article <[EMAIL PROTECTED]>, "Serge Orlov" <[EMAIL PROTECTED]> wrote: > Svein Brekke wrote: > > > Seriously, if you're only interested in Windows, just use py2exe, > > > or if you want Linux+Windows, try cx_Freeze. > > > > According to the command line help for cx_Freeze and py2exe, they > > c

Re: Gordon McMillan installer and Python 2.4

2005-03-03 Thread Peter Hansen
Svein Brekke wrote: Seriously, if you're only interested in Windows, just use py2exe, or if you want Linux+Windows, try cx_Freeze. According to the command line help for cx_Freeze and py2exe, they cannot pack my program with additional installation files into one self-extracting .exe file (which i

Re: Gordon McMillan installer and Python 2.4

2005-03-03 Thread Serge Orlov
Svein Brekke wrote: > > Seriously, if you're only interested in Windows, just use py2exe, > > or if you want Linux+Windows, try cx_Freeze. > > According to the command line help for cx_Freeze and py2exe, they > cannot pack my program with additional installation files into one > self-extracting .ex

Re: Gordon McMillan installer and Python 2.4

2005-03-03 Thread Svein Brekke
> Seriously, if you're only interested in Windows, just use py2exe, or if > you want Linux+Windows, try cx_Freeze. According to the command line help for cx_Freeze and py2exe, they cannot pack my program with additional installation files into one self-extracting .exe file (which is what I want to

Re: Gordon McMillan installer and Python 2.4

2005-03-02 Thread Simon John
Seriously, if you're only interested in Windows, just use py2exe, or if you want Linux+Windows, try cx_Freeze. -- http://mail.python.org/mailman/listinfo/python-list

Gordon McMillan installer and Python 2.4

2005-03-02 Thread Svein Brekke
Hi. Thank you Gordon McMillan for a very nice freeze tool for python. (I use it on Windows XP SP2 for creating a single-file self-extracting wxPython based installation script for a non-python application.) Recently I upgraded to python 2.4, and on my system any .exe file generated by the install