I am trying to do this script: PY WYSIWYG
And it says I need Gtk and WebKit. I think this is what I need:
So I downl
There is automated installer of (mostly) GTK libraries Python. It should have dependencies solved. It is unofficial. It contains webkit. I found it because I wanted webkit installer for Python.
I tried it and it worked like charm.
List of all plugins contained inside of it:
PS: I actually had problem with other tutorial on webgui in Python mentioned here, then I found this page and Your tutorial worked. Thanks. :)