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

AK andrei.avk at gmail.com
Wed Apr 16 07:44:11 PDT 2008


Mike Driscoll wrote:
> 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
> _______________________________________________
I've read some vague advice of not supplying gdiplus.dll unless it's a win2k
system, but it might have meant that you shouldn't replace the original
gdiplus, but it's ok to have the program use the old one? Not sure, so
I make a link for users to download gdiplus from microsoft if they have
win2ks. When would msvcr71.dll be needed? I thought it's supplied with
all windows releases?

-- 
ak
Tobu | http://tobu.lightbird.net/ | Freeform DB / Tagger / PIM
Python-by-Example | http://pbe.lightbird.net/ | Guide to LibRef



More information about the wxpython-users mailing list