ImportError: cannot import name Random

Jmnote (토론 | 기여)님의 2014년 9월 4일 (목) 02:17 판
ImportError: cannot import name Random

1 문제상황

[root@jmnote ~]# python test.py
Traceback (most recent call last):
  File "test.py", line 2, in <module>
    from Crypto import Random
ImportError: cannot import name Random

2 python-pip 설치

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}