본문 바로가기
파이썬

파이썬 PyCrypto not fully installed on Windows XP

by º기록 2021. 1. 16.
반응형

Windows XP 콘솔에서 python setup.py install 을 실행했는데 다음과 같이보고되었습니다.

running install
running build
running build_py
running build_ext
warning: GMP library not found; Not building Crypto.PublicKey._fastmath.
building 'Crypto.Random.OSRNG.winrandom' extension
error: None

import Crypto.Cipher.AES 로 스크립트를 실행하려고하면 다음과 같이 작동하지 않습니다.

ImportError: cannot import name AES

이 문제를 어떻게 해결할 수 있습니까?

 

해결 방법

 


 

참조 페이지 https://stackoverflow.com/questions/1687283

 

 

반응형

댓글