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/
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to