goagent不能用提示如下
python proxy.py
Traceback (most recent call last):
File "proxy.py", line 1706, in
class DNSServer(gevent.server.DatagramServer):
AttributeError: 'module' object has no attribute 'DatagramServer'
Exception KeyError: KeyError(3073035056L,) in ignored
求大神帮忙
Reply Like 0 Favorite View the author
All Replies
186******98
deepin
2013-03-22 01:04
#1
gevent 这个库写的不好, 新版本破坏了老版本的 API
gevent 在12.12 中升级, 建议手动编译老版本的 gevent 来修复这个问题。
python proxy.py
Traceback (most recent call last):
File "proxy.py", line 1706, in
class DNSServer(gevent.server.DatagramServer):
AttributeError: 'module' object has no attribute 'DatagramServer'
Exception KeyError: KeyError(3073035056L,) in ignored
求大神帮忙