I am using the IEHtmlWindow
class from Phoenix
When I instantiate the explorer window, I get the expected web page but I get the error:
OSError: exception: access violation reading 0xFFFFFFFF903EED60
Traceback (most recent call last):
File "P:\Python36\lib\site-packages\wx\lib\activex.py", line 154, in MSWTranslateMessage
res = self.ipao.TranslateAccelerator(msg)
each time I move the mouse around the HTML window.
I just posted this problem in StackOverflow with few more details.
Thanks in advance
Hello all
Several months ago I asked the question below, here and on StackOverflow. No answer since then.
Please could someone confirm whether this is a known bug or maybe something wrong from my side ?
Is the fix I describe on StackOverflow (use a try/except) around the ofending line and acceptable solution ?
Best
Joaquin
ยทยทยท
On Wednesday, December 6, 2017 at 10:41:57 AM UTC+1, Joaquin Abian wrote:
I am using the IEHtmlWindow
class from Phoenix
When I instantiate the explorer window, I get the expected web page but I get the error:
OSError: exception: access violation reading 0xFFFFFFFF903EED60
Traceback (most recent call last):
File "P:\Python36\lib\site-packages\wx\lib\activex.py", line 154, in MSWTranslateMessage
res = self.ipao.TranslateAccelerator(msg)
each time I move the mouse around the HTML window.
I just posted this problem in StackOverflow with few more details.
Thanks in advance