[wxPython-users] Re: [Py2exe-users] py2exe, wxPython & zipextimporter error

Josiah Carlson jcarlson at uci.edu
Fri Feb 2 11:23:12 PST 2007


If the win2k pro box is using wxPython 2.8 or higher, it's likely a
gdiplus.dll issue (checking earlier posts in the thread, that seems to
be it). Include that dll with the binary and it should work fine.

I'm surprised someone didn't mention it earlier, I was having the same
issue a few months ago, and the first thing that was mentioned was
'gdiplus.dll'.


 - Josiah

ejohnso9 at earthlink.net wrote:
> 
> 
> 
> 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
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org





More information about the wxpython-users mailing list