views:

103

answers:

1

hello there i am trying to do this script: PY WYSIWYG

and it says i need gtk and webkit. i think i got the right stuff is this what i need: gtk

WEBKIT

so i downloaded the webkit but i got a folder but installer or install information do i move it into the python folder or what do i do Thanks

+1  A: 

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

ptomato