16 Nov 08:17
py2exe 0.6.9 released
From: Jimmy Retzlaff <jimmy <at> retzlaff.com>
Subject: py2exe 0.6.9 released
Newsgroups: gmane.comp.python.announce
Date: 2008-11-16 07:21:15 GMT
Subject: py2exe 0.6.9 released
Newsgroups: gmane.comp.python.announce
Date: 2008-11-16 07:21:15 GMT
py2exe 0.6.9 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.
Changes in 0.6.9:
* Binaries for Python 2.6 and Python 2.7.
* Fixed a modulefinder crash on certain relative imports.
* Changed the py2exe\samples\singlefile\gui\test_wx.py sample to
use the wx package instead of the old wxPython package.
* Copy the manifest, if any, from the 'template' into the targets
to ensure embedded assembly references, as required for python 2.6
based apps, are copied.
* Allow each target to specify Vista User Access Control flags. For
example, specifying 'uac_execution_info="requireAdministrator"' would
force elevation for the final executable.
Changes in 0.6.8:
* Support for relative imports.
* Fix MemoryLoadLibrary to handle loading function addresses by ordinal
(Continue reading)
RSS Feed