What's a good embedded browser for a pygtk application?

本小妞迷上赌 提交于 2019-12-04 11:05:30

gtkmozembed is not available on Windows, although you can use the gecko embedding interface directly. This would require you to write some C++ code.

As far as I know, the gtk webkit port is not available on Windows yet, and still appears to be undergoing a lot of change.

For an example of a cross-platform gecko embedding solution, check out Miro. Miro is python, and they've written just a couple of C++ classes to embed gecko on Windows, while using gtkmozembed on linux.

if you judge by the web pages then definitely pywebkitgtk

pygtkmoz from this page

"Note: this project is no longer maintained. Please use gnome-python-extras (http://www.pygtk.org) instead. I apologize for any trouble this might cause, but this is better in the long run. Python bindings for GtkEmbedMozilla."

and pywebkitgtk looks like active project changes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!