Ghosts是一个Python写的完全模拟浏览器的WebKit Client。
安装Ghost.py on Windows
第一步:安装PySide
https://pypi.python.org/pypi/PySide/1.2.2#downloads
Installing prerequisites
Install latest pip distribution: download get-pip.py and run it using the python interpreter.
Installing PySide on a Windows System
To install PySide on Windows you can choose from the following options:
Use pip to install the wheel binary packages:
整个过程大概需要5分钟左右
第二步:安装Ghost
https://pypi.python.org/pypi/Ghost.py/0.1b3
下载 https://pypi.python.org/packages/source/G/Ghost.py/Ghost.py-0.1b3.tar.gz#md5=68e85f48a65c3369d538472a364cdaa1
然后 python setup.py install
参考
http://jeanphix.me/Ghost.py/