13916729435 发表于 2015-4-27 10:38:42

[MAC] Load Crypto.Cipher.ARC4 Failed, Use Pure Python Instead.

  MAC启动GoAgent,出现Load Crypto.Cipher.ARC4 Failed, Use Pure Python Instead.
  解决方法:为Python安装pycrypto,可通过Python包管理器PIP安装。
  Download get-pip.py (https://bootstrap.pypa.io/get-pip.py)
  sudo python get-pip.py
  pip install pycrypto
  Done!
页: [1]
查看完整版本: [MAC] Load Crypto.Cipher.ARC4 Failed, Use Pure Python Instead.