求助,关于goagent
Tofloor
poster avatar
wimanyuen
deepin
2014-11-07 03:26
Author
python proxy.py 出现以下错误,不知道是哪里出了问题
  1. Traceback (most recent call last):
  2.   File "proxy.py", line 84, in
  3.     import OpenSSL
  4. ImportError: No module named OpenSSL
Copy the Code

求解决办法,谢谢!!
Reply Favorite View the author
All Replies
136******54
deepin
2014-11-07 03:31
#1
翻墙软件这种敏感的东西还是不要在本论坛讨论为好
关于goagent的问题可以去这个地方提问
https://code.google.com/p/goagent/issues/list
至于你的问题,是因为缺少openssl,终端安装即可
  1. sudo apt-get install openssl
Copy the Code
本帖锁定
Reply View the author