Spynner 安装

Windows7 下安装

1、easy_install spynner

2、下载pyqt sip

https://sourceforge.net/projects/pyqt/files/sip

python configure.py

Spynner 安装-LMLPHP

在Visual Studio的开发人员命令提示中执行如下命令

nmake

nmake install

3、下载pyqt

https://sourceforge.net/projects/pyqt/files/PyQt4/

python configure.py

nmake

nmake install

centos6.5下安装

1、yum install libxcb libxcb-devel libXrender libXrender-devel xcb-util-wm xcb-util-wm-devel xcb-util xcb-util-devel xcb-util-image xcb-util-image-devel xcb-util-keysyms xcb-util-keysyms-devel libpng libpng-devel

2、pip install autopy

3、easy_install spynner

4、下载pyqt sip

https://sourceforge.net/projects/pyqt/files/sip

python configure.py

make

make install

5、下载QT

http://download.qt.io/official_releases/qt/4.8/4.8.6/
cd /usr/local;mkdir qt-4.8.6
./configure -v -prefix /usr/local/qt-4.8.6 -developer-build -opensource -nomake examples -nomake tests

gmake

gmake install

6、下载pyqt

https://sourceforge.net/projects/pyqt/files/PyQt4/

python configure.py -q /usr/local/qt-4.8.6/bin/qmake

make

make install

04-28 12:30