ubuntu12.04下使用python-webqq

python-webqq是基于python、python-webkit包装的webqq桌面版

以下是其的两种安装方法:

方式一:

1安装依赖

sudo apt-get install python-notify python-keybinder python-ctypeslib python-webkit python-glade2


2获取pywebqq,直接运行pywebqq.py

svn checkout  http ://python-webqq.googlecode.com/svn/trunk/ python-webqq-read-only


 方式二

ppa源安装(感谢leaeasy):

sudo apt-add-repository ppa:linux-deepin-team/linux-deepin

sudo install pywebqq


参考自:http://code.google.com/p/python-webqq/


你可能感兴趣的:(Python,Linux)