On Apr 26, 2002 someone wriote:
>> sorry I'm still VERY new to wxpython and I'm impress with it but... (please don't slat me). I'm looking at building an application that has IE or Mozilla in it as a window. The ActiveX wapper in the demo falls over all the time does any body have any fixes or suggestion for me...
Barry Gallagher replied:
We've been having similar problems but thought the issue was in
wxPython/wxWindows between 2.3.1 and 2.3.2 (unrelated to Win32All).Under ActivePython 2.0, Win32All 142 and wxPython 2.3.1 we didn't seem to have a
problem. Upon upgrading to ActivePython 2.2, Win32All 146 and wxPython 2.3.2.1
we would have the ActiveX_IE crash when clicking the HOME button. We replaced
the IE activeX with a default MSVC activeX project control (draws an oval) an
when attempting to create a second wxFrame would get a crash - infinite
recursion of WaitForSingleObject. This modification of the demo would work under
2.3.1.We downloaded the current CVS and the tagged 2.3.1 and our 2.3.1 build with
ActivePython 2.2 and Win32All 146 seems to work with ActiveX controls. We
needed the fixes to wxGrid forcing our upgrade from 2.3.1, but MUST have working
activex controls; hence our attempt to take 2.3.1 and apply the wxGrid changes
manually.So the short of it: 2.3.1 appeared to work and 2.3.2 does not for the same
Win32All and Python core installation.
I tried to use Python 2.2 and win32all_146 with wxPython 2.3.1 but the message was: "Python 2.1 not installed". I wonder how did it Barry Gallagher? Can you help me, Barry?
Thanks,
Cristina.