So... continuing this thread, I am still hoping to get some input from "the powers that be" on resolving the core issue...
Here's some more information that I hope will be helpful towards that goal:
1) I don't have any problem building my gui on my home system, which is:
OS: Windows XP Home (Not sure what SP level)
Python: 2.4.3
wx: 2.6.3.3
py2exe: 0.6.5
That is, the build runs fine and the executable executes as expected.
2) That same executable runs on my Windows 2000 Pro system without error.
3) A somewhat surprising point (and perhaps good news) is: executables built on Win 2000 Pro (and which error there) will execute under other Windows XP systems we have here in the office without error.
This would strongly seem to be pointing towards something lacking in our Windows 2000 environment, but the error message certainly doesn't seem to be leading that way (Wk2000 is my app name here):
Traceback (most recent call last):
File "Wk2000.py", line 3, in ?
File "zipextimporter.pyo", line 82, in load_module
File "wx\__init__.pyo", line 45, in ?
File "zipextimporter.pyo", line 82, in load_module
File "wx\_core.pyo", line 4, in ?
File "zipextimporter.pyo", line 98, in load_module
ImportError: MemoryLoadLibrary failed loading wx\_core_.pyd
Anybody out there seen similar problems? Anybody out there have any idea what sort of fix can be applied to Windows 2000 to resolve the error?
Thanks,
-ej