Re: [Py2exe-users] py2exe 0.6.2 released

2005-09-09 Thread Thomas Heller
Ray Schumacher <[EMAIL PROTECTED]> writes: > First, Thanks again for the update. > > At 08:55 AM 9/7/2005, Thomas Heller wrote: > >> This part of the code is distributed under the MPL 1.1, so this >> license is now pulled in by py2exe. > > As I read it, it seems that I need to include an

Re: py2exe 0.6.2 released

2005-09-07 Thread Bugs
As a big test of Thomas's excellent work with py2exe, I tried to create a single-file executable of the wxPython demo (demo.py). The executable was built (5.3MB) but gets a C++ runtime error when I try to execute? Here's the log: Traceback (most recent call last): File "demo.py", line 4, in ?

Re: [Py2exe-users] py2exe 0.6.2 released

2005-09-07 Thread Ray Schumacher
First, Thanks again for the update. At 08:55 AM 9/7/2005, Thomas Heller wrote: > This part of the code is distributed under the MPL 1.1, so this > license is now pulled in by py2exe. As I read it, it seems that I need to include an Exibit A http://www.mozilla.org/MPL/MPL-1.1.html#exhib

py2exe 0.6.2 released

2005-09-07 Thread Thomas Heller
This is a bugfix release for py2exe 0.6.1. py2exe 0.6.2 released = py2exe is a Python distutils extension which converts python scripts into executable windows programs, able to run without requiring a python installation. Console and Windows (GUI) applications, windows NT