|
Project Information
Members
Featured
Downloads
Links
|
RelatedProject DescriptionPyWebKitGtk allows Python (Gtk) developers to create software on top of the WebKitGtk rendering engine. Screenshot of a sample web browser and Web Inspector:
UsingFirstly grab the pywebkitgtk package from your distribution. If you want to build from source, follow the steps below.
$ ./configure --prefix=/pywebkitgtk/install/path $ make $ make install That's it. As an extra step, you can try the demo browser by following this step: $ python demos/tabbed_browser.py If 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/browser.py Are you a user? Help?Need help on how to use pywebkitgtk? Got an idea and want to code it up? Then let us know! |