Should probably provide some links relevant to this project, for people who are still interested.
Here's John's Github repo:
https://github.com/nak/pywebkit3Here's the PyPi entry (currently contains no setup.py and is out of sync with the repo above):
https://pypi.python.org/pypi/PyGGI/0.8.12To install from PyPi, download the egg from PyPi, and grab the setup.py from the Github repo and change the version number in that setup.py file to 0.8.12 (currently is 0.8.11). Place that setup.py folder in the same folder which you extract the .egg file to. Said directory should now look like this:
(dir) EGG-INFO
(dir) pyggi
(dir) pywebkit3
(.py) setup.py
Then, running "sudo setup.py easy_install ./" appears to work fine on an Ubuntu-based distro. I could be wrong. I don't know much about Python or PyPi yet. But the above process worked for me.