Jimmy Retzlaff | 16 Nov 08:17

py2exe 0.6.9 released

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)

Chris Spencer | 17 Nov 11:25

Re: py2exe 0.6.9 released

After I "compile" my program with py2exe 0.6.9 with Python 2.6, I'm
still getting the "Application Did Not Initialize Properly" error
dialog whenever I run my code.  What am I doing wrong?

Note that py2exe 0.6.9 with Python 2.5 works just fine.

Help!

I just tested it with your own test files
(C:\Python26\Lib\site-packages\py2exe\samples\singlefile\gui)
and got the same result.  So it isn't my code that is causing the
failure.

Chris.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Chris Spencer | 17 Nov 03:23

Re: py2exe 0.6.9 released

After I "compile" my program with py2exe 0.6.9 with Python 2.6, I'm
still getting the "Application Did Not Initialize Properly" error
dialog whenever I run my code.  What am I doing wrong?

Note that py2exe 0.6.9 with Python 2.5 works just fine.

Help!

Chris.

On Sat, 15 Nov 2008 23:21:15 -0800, Jimmy Retzlaff
<jimmy <at> retzlaff.com> wrote:

>py2exe 0.6.9 released
>=====================

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Chris Spencer | 17 Nov 03:34

Re: py2exe 0.6.9 released -- addendum

I just tested it with your own test files
(C:\Python26\Lib\site-packages\py2exe\samples\singlefile\gui)
and got the same result.  So it isn't my code that is causing the
failure.

Chris.

On Sun, 16 Nov 2008 21:23:59 -0500, Chris Spencer
<cspencer <at> cinci.rr.com> wrote:

>After I "compile" my program with py2exe 0.6.9 with Python 2.6, I'm
>still getting the "Application Did Not Initialize Properly" error
>dialog whenever I run my code.  What am I doing wrong?
>
>Note that py2exe 0.6.9 with Python 2.5 works just fine.
>
>Help!
>
>Chris.
>
>
>On Sat, 15 Nov 2008 23:21:15 -0800, Jimmy Retzlaff
><jimmy <at> retzlaff.com> wrote:
>
>>py2exe 0.6.9 released
>>=====================
>
>-------------------------------------------------------------------------
>This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
>Build the coolest Linux based applications with Moblin SDK & win great prizes
(Continue reading)

Benjamin Kaplan | 17 Nov 06:10
Favicon

Re: py2exe 0.6.9 released



On Sun, Nov 16, 2008 at 2:21 AM, Jimmy Retzlaff <jimmy <at> retzlaff.com> wrote:
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.

Am I missing something or did you steal Guido's time machine?

--
http://mail.python.org/mailman/listinfo/python-list

Gmane