how to embed a webpage using wx?

Posted by Giorgio Gelardi on Stack Overflow See other posts from Stack Overflow or by Giorgio Gelardi
Published on 2010-03-13T16:22:59Z Indexed on 2010/03/13 16:25 UTC
Read the original article Hit count: 155

Filed under:
|
|

I need to show a webpage (a complex page with script and stuff, no static html) in a frame or something. It's for a desktop application, I'm using python 2.6 + wxPython 2.8.10.1. I need to catch some events too (mostly about changing page). I've found some samples using the webview module in a gtk application, but I couldn't have it works on wx.

© Stack Overflow or respective owner

Related posts about python

Related posts about wx