Browser control for wxPython that can run java applets
I need to incorporate a small web browser in my wxPython project.
I have tried out the con开发者_如何学Gotrol that ships with wxPython (wx.html module), but it sucks for me. It can't run java applets, CSS, javascript, nothing but html.
Anyone knows of a webbrowser control for wxPython that can at least:
- Parse HTML
- Run java applets
- Return source of a webpage
- Runs on Windows, Mac OSX and linux
Thanks,
bl00dshooter
You can use wxWebkit - there are bindings available for wxPython. Not too sure on its running of Java apps, though.
精彩评论