开发者

Browser control for wxPython that can run java applets

开发者 https://www.devze.com 2023-02-05 12:38 出处:网络
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 applet

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消