没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > pywebkitgtk |
pywebkitgtk
|
31 | 0 | 327 |
贡献者 | 讨论 | 代码提交 |
Project DescriptionPyWebKitGtk provides an API for developers to program WebKit/Gtk using Python.
The project share the same goals with WebKit. The purpose of this binding is to bring an alternative web engine to Python/GTK+ application developers who might need a web browser engine for their next application or developers wishing to have a better browser engine that they can access to using the Python programming language.
Build$ ./autogen.sh --prefix=/pywebkitgtk/install/path
$ make
$ make installDemoThere is a sample web browser using Python and WebKit/Gtk. To run:
$ python demos/webbrowser.pyIf you have installed pywebkitgtk in a non-standard location (i.e. not in /usr or /usr/local), you might want to use the following:
$ PYTHONPATH=/pywebkitgtk/install/path python demos we