求助:MultipleConnectionMixin这个属于那个程序包?谢谢

其他Linux/Unix/BSD/OSX等发行版讨论
回复
头像
白鳍豚
帖子: 2356
注册时间: 2009-01-19 23:03

求助:MultipleConnectionMixin这个属于那个程序包?谢谢

#1

帖子 白鳍豚 » 2015-01-26 18:11

python /app/goagent/local/goagent
WARNING - [Jan 26 17:49:55] Load Crypto.Cipher.ARC4 Failed, Use Pure Python Instead.
Traceback (most recent call last):
File "/app/goagent/local/goagent", line 197, in <module>
from proxylib import MultipleConnectionMixin
ImportError: cannot import name MultipleConnectionMixin
1、在operwrt中运行python /app/goagent/local/proxy.py没有错误,但是放狗非常非常慢
2、在openwrt中运行python /app/goagent/local/goagent就有提示错误,放狗搜索都是和goagent相关的
3、最近发现路由放狗经常失败,也非常慢,看了arch的goagent,用的是goagent而不是proxy.py,用goagent上传到openwrt试了一下就出现以上错误。

之所以想用goagent代替,是因为用proxy.py,放狗和上ubuntu论坛都非常慢,几乎慢到不能用了。

今天arch安装goagent之后发现速度快了很多。

该如何解决?谢谢!
头像
lainme
论坛版主
帖子: 7805
注册时间: 2008-09-13 19:17
系统: Arch Linux (x86_64)
联系:

Re: 求助:MultipleConnectionMixin这个属于那个程序包?谢谢

#2

帖子 lainme » 2015-01-26 20:03

from proxylib import MultipleConnectionMixin

proxylib是它自己的源码吧
头像
白鳍豚
帖子: 2356
注册时间: 2009-01-19 23:03

Re: 求助:MultipleConnectionMixin这个属于那个程序包?谢谢

#3

帖子 白鳍豚 » 2015-01-26 22:52

应该是通用的吧?
搜索这个就一大把Multiple Connection Mixin
看不懂 :em06
头像
白鳍豚
帖子: 2356
注册时间: 2009-01-19 23:03

Re: 求助:MultipleConnectionMixin这个属于那个程序包?谢谢

#4

帖子 白鳍豚 » 2015-01-26 23:16

opkg find *connections*
opkg find *multiple*
结果都很多

opkg find *multiple connections*
一个都没有
头像
白鳍豚
帖子: 2356
注册时间: 2009-01-19 23:03

Re: 求助:MultipleConnectionMixin这个属于那个程序包?谢谢

#5

帖子 白鳍豚 » 2015-01-26 23:17

opkg find *multiple*connections*
也一大堆
不知道那个是 :em06
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 求助:MultipleConnectionMixin这个属于那个程序包?谢谢

#6

帖子 poloshiao » 2015-01-27 9:09

MultipleConnectionMixin
http://stackoverflow.com/questions/5336 ... hey-useful
What is a mixin
http://en.wikipedia.org/wiki/Mixin
Mixin
a mixin is a class that contains a combination of methods from other classes.
回复