py2exe 0.6.1 released

Giovanni Bajo noway at sorry.com
Tue Sep 6 03:40:45 EDT 2005


Thomas Heller wrote:

>     * py2exe can now bundle binary extensions and dlls into the
>       library-archive or the executable itself.  This allows to
>       finally build real single-file executables.
>
>       The bundled dlls and pyds are loaded at runtime by some special
>       code that emulates the Windows LoadLibrary function - they are
>       never unpacked to the file system.


Cute!

I tried it using the wx singlefile example, but unfortunately the resulting
executable segfaults at startup (using Python 2.3.3 on Windows 2000, with
latest wxWindows). How can I debug it?
-- 
Giovanni Bajo





More information about the Python-list mailing list