What's new? | Help | Directory | Sign in
Google
                
Show all Featured Downloads:
pywebkitgtk-1.0.2.tar.gz
How to join?
Project owners:
  jmalonzo

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.

# Grab the source tarball at http://code.google.com/p/pywebkitgtk/downloads/list and extract it. # Build the library by following the command lines below:

$ ./autogen.sh --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/webbrowser.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 webbrowser.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!