[ 已解决 ]g0agent 科学上网出现问题,求助~

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 也装了。
我安装的是最新版本的。求解!!!

没用过 GoA
看字面意思是配置文件里少了 ipv4appid/hosts 这个 section

首先你需要升级 gevent 版本。 一键安装 ](http://software.opensuse.org/ymp/devel:languages:python/openSUSE_13.1/python-gevent.ymp?base=openSUSE%3A13.1&query=python-gevent)

剩下的问题估计是缺少某个 python 库吧,你去 YaST2 里选择软件集吧 python 开发这个软件集点上安装应该就好了。。。。。。

不过貌似最近 g0agent 有点问题。。。。最近 google 也访问不了了。

YaST 上提供的 python-gevent 是 0.10 版,所以 yast 搜索 gevent,安装 uwsgi-gevent 就好了