pip install pycrypto로 설치하는 경우
ImportError: No module named Crypto.Cipher
에러가 발생한다
해결법은 아주 단순...
1. pycrypto 삭제
pip uninstall pycrypto
2. easy_install로 설치
easy_install pycrypto
이것때문에 30분 삽질... ㅠ.ㅠ
pip install pycrypto로 설치하는 경우
ImportError: No module named Crypto.Cipher
에러가 발생한다
해결법은 아주 단순...
1. pycrypto 삭제
pip uninstall pycrypto
2. easy_install로 설치
easy_install pycrypto
이것때문에 30분 삽질... ㅠ.ㅠ