Yet another clue.
In the demo of ActiveXWrapper_IE, if I comment out the event handlers that are
called by the web browser COM control (OnBeforeNavigate2 through
OnStatusTextChange) then the demo works.
I'm in *way* over my head but the problem appears related to win32com calling
back into wxpython.
Any help appreciated
gb
···
On Sun, 30 Dec 2001 16:50:26 EST "Gary Bishop" <gb@cs.unc.edu> wrote:
One more clue.
I see the same sort of crash as I am having in the demo ActiveXWrapper_IE. I
haven't run trace on it yet but based on its behavior I commented out the
construction of the IE window in my email client. Now it doesn't crash.I'm guessing this problem is related to the brand new win32all package for
Python 2.2. Possibly some interaction with wxPython?Does the ActiveXWrapper_IE demo work for anyone else running 2xPython2.3.2.1
on Python2.2?Thanks
gb