Unable to execute Python executable on Windows 2000

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

On Thu, Jan 19, 2012 at 1:55 PM, Chavan, Sachindeo (GE Oil & Gas) < Sachindeo.Chavan@ge.com> wrote:
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
http://www.py2exe.org/index.cgi/ProblemsToBeFixed Is that it?

On Thu, Jan 19, 2012 at 11:55 AM, Chavan, Sachindeo (GE Oil & Gas) Sachindeo.Chavan@ge.com wrote:
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
Just in case.. Have you already tried http://www.pyinstaller.org/? I could successfully compiled exe with pyserial, netifaces, dpkt and pypcap. But it was WinXP, I don't know if it will work with Win 2000.
Yegor
participants (3)
-
anatoly techtonik
-
Chavan, Sachindeo (GE Oil & Gas)
-
Yegor Yefremov