반응형

윈도우에서 Python 2.7 Crypto 설치하기

 

이 방식은 파이썬 3.X에서 오류 발생할 수 있습니다.

 

1) Microsoft Visual C++ Compiler for Python 2.7 설치

        (https://www.microsoft.com/en-us/download/confirmation.aspx?id=44266)

- 참고 : https://luiscberrocal.wordpress.com/2012/07/18/installing-and-using-pycrypto-on-windows-7/

- 오류(import Crypto를 해도 안 되고, pip install pycrypto --upgrade 를 해도 있다고 할 때) : 

 

2) pycrypto 설치

 (https://securityblog.gr/3282/how-to-install-pycrypto-on-windows/)

- 사용 방법 : import Crypto

- 설치 방법 : pip install pycrypto

 

[참고] 기존 삭제하고 파이썬 업데이트 후 설치하기

  1. pip uninstall Crypto
  2. pip uninstall pycrypto
  3. python 최신 업데이트 (https://www.python.org/downloads/)
  4. pip install pycrypto (SMI~~ 같은 이상한 오류가 날 때, 해결한 상태)


출처: http://tribal1012.tistory.com/176 [Trillion]

 

 

<이상>

 

반응형

+ Recent posts