Hi Carl,

Carl Karsten wrote:
> Carl Karsten wrote:
>>> If I run on a clean box, I don't even get the form, just:
>>>
>>> Your wxPython installation was not built correctly. Please make sure that
>>> the following required libraries have been built:
>>>
>>>   wx
>>>   wx.stc
>>>   wx.lib.foldpanelbar
>>>   wx.gizmos
>>>   wx.lib.calendar
>>>   wx.lib.masked
>>>   wx.lib.buttons
>>>
>> This is on a win98 box (just using it for testing, will be deploying on 2k 
>> or 
>> XP)  should that matter?
>>
>> I am building a clean XP box now.
> 
> Worked like a charm. (once i moved msvcp71.dll into system32)
> 
> yay!
There are two dll's you might need to include manually into your 
distribution.

msvcp71.dll
msvcr71.dll

I wouldn't but them into system32, just another app uses another version 
of these and is not compatible with the one you use.  I put it into the 
same folder as your application exe.

Werner



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/%(messageid)s

Reply via email to