My favorites | Sign in
Project Home Downloads Wiki Issues
Project Information
Members
Featured
Downloads
Links

Related

Project Description

PyWebKitGtk allows Python (Gtk) developers to create software on top of the WebKitGtk rendering engine.

Screenshot of a sample web browser and Web Inspector:

Using

Firstly grab the pywebkitgtk package from your distribution. If you want to build from source, follow the steps below.

  1. Grab the source tarball at http://code.google.com/p/pywebkitgtk/downloads/list and extract it.
  2. Build the library by following the command lines below:
  3. $ ./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!

Powered by Google Project Hosting