티스토리 뷰
Pycrypto 설치 오류.
PyCrypto 모듈 사용 시 import error가 나는 상황이 발생하여 찾아보았다.
기존의 pycrypto를 아래와 같이 설치하였다.
$ pip install pycrypto
그리고 실행하면 ...
from Crypto.Cipher import AES
ImportError: No module named Crypto.Cipher
이럴 경우 easy_install을 이용하여 설치하도록 한다.
$ easy_install pycrypto
원인을 찾기 위해 lib/python2.7/site-packages/ 안에 파일을 살펴보니 pip install시엔 폴더만 설치되어 있었고 easy_install로install했을 경우엔 binary를 다 다운받은걸 확인 할 수 있었다.
'Developer' 카테고리의 다른 글
[python] How to use Python Debugger pdb (0) | 2015.12.23 |
---|---|
[python] encoding 체계 정리 (3) | 2015.12.16 |
[Django#4] Digging up Django (0) | 2015.10.10 |
[DB] How to use MariaDB in Isolation Level (0) | 2015.08.20 |
[ORM#2] Getting started with JPA (0) | 2015.08.04 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- PostgreSQL
- Python
- mongoDB
- 베트남
- 영문법
- 스페인 여행
- 조동사
- it
- 해외여행
- ubuntu
- NGINX
- Python Django
- AWS
- 도덕경
- maven
- 대명사 구문
- 여행
- 비지니스 영어
- hadoop
- hdfs
- nodejs
- JBOSS
- Business English
- redis
- 비교구문
- k8s
- 영작
- memcached
- 가정법
- 다낭
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함