[python-win32] Building win32 extensions to Python (OT)

James Carroll mrmaple at gmail.com
Mon Jun 19 14:37:09 CEST 2006


Hi Bill

> 1). The resulting exe did not run properly or
> 2). You didn't know that py2exe can create single file executables?
>

Unfortunately it's #1.  I get a crash with the single file bundled
with no zipfile...

My post on the py2exe mailing list didn't get any replies:
  http://article.gmane.org/gmane.comp.python.py2exe/1554

It's a difficult thing to debug, since the code that needs to be fixed
is generating the code that has trouble,  and it's probably
microsoft's code loading that's interacting with the generated code
that's causing the trouble.

-Jim


More information about the Python-win32 mailing list