py2exe 0.5.2 released

T

Thomas Heller

**py2exe 0.5.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 services, exe and dll COM servers are supported.

This is a bugfix release.

* Print a message explaining what's going on whan a service
exe is started from the command line.

* py2exe did build invalid version resources, they didn't show up
correctly on Win98 at least. Patch by Roger Upole.

* Fix a buffer overflow in the C code. Patch by Ralf Sieger, closes
bug item #893310

* py2exe now (again) has a builtin list of dlls which should never be
distributed

* Patch sys.winver in the distributed pythonXY.dll, so that there is
no possibility of conflicts with existing distributions and the
registry keys found there. Patch by Mark Hammond.

* Fix several problems when an exception in a 'windows' exe occurs.

* Include a workaround for unbounded recursion in modulefinder when
Jason Jorendorff's path module is installed
See also http://python.org/sf/876278

* Fix problems when package_dir is set in the setup script,
see http://tinyurl.com/yuc5l

* py2exe can now be built from the sources with mingw32

* py2exe does now handle precompile .pyo and .pyc files (patch by
Shane Holloway)

* Fix a problem when the exe's directory contains single quotes

* Register service dependencies when installing a service

* Return an exit code of 255 from the exe when there's an uncatched
exception running the main script.

* Print a warning instead of failing to build with weird version numbers.
Suggested by Cory Dodt.

Homepage:

<http://starship.python.net/crew/theller/py2exe>

Download from the usual location:

<http://sourceforge.net/project/showfiles.php?group_id=15583>

Enjoy,

Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

py2exe 0.6.8 released 1
py2exe 0.6.9 released 0
About py2exe "bundle_files" setting? 9
py2exe 0.6.4 released 0
py2exe 0.6.6 released 0
py2exe 0.6.5 released 0
py2exe 0.6.1 released 17
Py2exe - Bad File Descriptor 5

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top