[Distutils] Unable to execute Python executable on Windows 2000

Chavan, Sachindeo (GE Oil & Gas) Sachindeo.Chavan at ge.com
Thu Jan 19 11:55:07 CET 2012


Hi all,

I have developed a small application using python 2.5 on XP.
I have the exe converted using py2exe tool. It executes in XP.

I am able to create exe in windows 2000 SP4.

I'm unable trying to run the exe on Windows 2000.

I get the following error

Traceback (most recent call last):
  File "UMDC.py", line 14, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "wx\__init__.pyo", line 45, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "wx\_core.pyo", line 4, in <module>
  File "zipextimporter.pyo", line 98, in load_module
ImportError: MemoryLoadLibrary failed loading wx\_core_.pyd

Regards,
S


More information about the Distutils-SIG mailing list