Re: py2exe, library.zip and python.exe

2007-02-28 Thread Martin Evans
"Thomas Heller" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Martin Evans schrieb: >> I have converted a Python script using py2exe and have it set to not >> bundle >> or compress. The result is my exe and all the support files including >> library.zip (exactly as planned - nice

Re: py2exe, library.zip and python.exe

2007-02-28 Thread Matthias Vodel
Hey, [Offtopic:] Use PyInstaller...very easy to use - better than py2exe!! see here: http://pyinstaller.hpcf.upr.edu/cgi-bin/trac.cgi Bye, Matthias -- http://mail.python.org/mailman/listinfo/python-list

Re: py2exe, library.zip and python.exe

2007-02-28 Thread Thomas Heller
Martin Evans schrieb: > I have converted a Python script using py2exe and have it set to not bundle > or compress. The result is my exe and all the support files including > library.zip (exactly as planned - nice job py2exe). > > Question: My py2exe application needs to be able to execute extra