lyins1844@xxH-Dll:~/goagent/local> python proxy.py
Warning: Please update gevent to the latest 1.0 version!
Traceback (most recent call last):
File "proxy.py", line 2069, in <module>
common = Common()
File "proxy.py", line 1921, in __init__
self.HOST_MAP = collections.OrderedDict((k, v or k) for k, v in self.CONFIG.items(hosts_section) if '\\' not in k and ':' not in k and not k.startswith('.'))
File "/usr/lib/python2.7/ConfigParser.py", line 642, in items
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'ipv4appid/hosts'
Exception KeyError: KeyError(161614460,) in <module 'threading' from '/usr/lib/python2.7/threading.pyc'> ignored
前面的步骤都没有问题,python-gevent 也安装了,libnss-tools 也装了。
我安装的是最新版本的。求解!!!