[python-win32] help, ImportError: MemoryLoadLibrary failed loading win32ui.pyd!!!

Sweet Boy zweetboy at live.com
Mon Jun 15 17:52:41 CEST 2009


hi, well i got this exception when i run my .exe

Traceback (most recent call last):
 File "new.py", line 2, in (module)
 File "zipextimporter.pyc", line 98, in load_module
ImportError: MemoryLoadLibrary failed loading win32ui.pydthis is my script to make .py to .exe:

from distutils.core import setup
import py2exe
setup(console=["new.py"],
      options={"py2exe": {"bundle_files": 1}},
      )

how i can fix this problem?

_________________________________________________________________
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/windows/windowslive/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20090615/d844b4c0/attachment.htm>


More information about the python-win32 mailing list