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


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

Reply via email to