YF-GoogleCodeBackups / greatagent

Automatically exported from code.google.com/p/greatagent
0 stars 0 forks source link

greatagent ga版组件问题 #80

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
我在运行tomato的路由器上面成功运行了greatagent wp版 
,方法是直接用python运行startup.py.
然而ga版似乎速度更快?我运行ga版时出现这个警告:
WARNING - [Dec  8 23:28:27] Load Crypto.Cipher.ARC4 Failed, Use Pure Python Inst
ead.
WARNING - [Dec  8 23:28:28] please install *libnss3-tools* package to import GoA
gent root ca

第一个警告是说载入Crypto.Cipher.ARC4失败,使用Pure Python代替.
第二个警告要求我安装libnss3-tools

当我打开页面时出现错误提示:
ERROR - [Dec  8 23:38:24] GAEProxyHandler.do_METHOD_GAE 'http://www.gstatic.com/
generate_204' return ImportError('No module named Crypto.PublicKey',), try again

请问这个问题安装libnss3-tools就可以解决吗?

Original issue reported on code.google.com by fengjuan...@gmail.com on 8 Dec 2013 at 3:40

GoogleCodeExporter commented 8 years ago
还需要安装pycrypto2.6
因为加密需要这个类库

Original comment by wwqgtxx on 8 Dec 2013 at 9:42

GoogleCodeExporter commented 8 years ago
libnss3-tools不是必要的

Original comment by wwqgtxx on 8 Dec 2013 at 9:43

GoogleCodeExporter commented 8 years ago
话说,可以帮忙把greatagent2的自动更新程序移植到linux平台上�
��?都是用python写的应该可以跨平台,只是没有考虑这个问题
,而且语言把.bat的内容翻译成.sh

Original comment by wwqgtxx on 8 Dec 2013 at 9:45

GoogleCodeExporter commented 8 years ago
额 我对编程这方面不懂...

Original comment by fengjuan...@gmail.com on 9 Dec 2013 at 1:41