[wxpython-users] [Fwd: Boa Constructor 0.6.1. beta?]

Mike Driscoll mdriscoll at co.marshall.ia.us
Wed Apr 16 06:54:52 PDT 2008


Erik Vandamme wrote:
> I finally managed a run with -T
> C:\Program Files\Boa Constructor>boa.exe -T
> Running in trace mode.
> Starting Boa Constructor v0.6.1
> importing wxPython
> Traceback (most recent call last):
>   File "Boa.py", line 241, in <module>
>   File "zipextimporter.pyc", line 78, in load_module
>   File "wx\__init__.pyc", line 45, in <module>
>   File "zipextimporter.pyc", line 78, in load_module
>   File "wx\_core.pyc", line 4, in <module>
>   File "zipextimporter.pyc", line 91, in load_module
> ImportError: MemoryLoadLibrary failed loading wx\_core_.pyd
>
Make sure you have gdiplus.dll, msvcp71.dll and maybe MSVCR71.dll on 
your system. The last time I saw this, it was the gdiplus one that was 
the culprit. But I had another user that had this error and it seemed to 
stem from not having MSVCR71.dll instead. Very frustrating! I now 
distribute them with my exe using Inno Setup.

Mike


More information about the wxpython-users mailing list