Python + webkit + gtk on windows

后端 未结 2 660
轻奢々
轻奢々 2020-12-31 19:09

I am trying to do this script: PY WYSIWYG

And it says I need Gtk and WebKit. I think this is what I need:

  • Gtk
  • WebKit

So I downl

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 19:49

    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

提交回复
热议问题