Python + webkit + gtk on windows

DonJuma picture DonJuma · Oct 16, 2010 · Viewed 22.1k times · Source

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 downloaded WebKit but I got a folder instead of an installer or install information. Do I move it into the python folder or what do I do?

Answer

ptomato picture ptomato · Oct 16, 2010

You need PyGTK, here is a link to the download page with install instructions for Windows: http://www.pygtk.org/downloads.html

You also need the Python bindings for Webkit, not just Webkit itself. Here is a link to an unofficial Windows binary, with install instructions, and a link to an unofficial Webkit runtime for Windows near the bottom too: http://opensourcepack.blogspot.com/2009/12/pywebkitgtk-windows-binary.html