반응형
windows 7 에서 pyPdf 모듈 설치하기
환경 : windows 7 64bit , python 2.7.8, pyPdf 1.13
pyPdf 사이트 : http://pybrary.net/pyPdf/
---> 여기에서 pyPdf-1.13.zip 파일을 다운받는다.
command 창에서
python setup.py install
입력하면 설치 완료됨....
** 설치 완료 테스트 (IDLE 에서)
>>> from pyPdf import PdfFileWriter, PdfFileReader
>>>
로 나오면 성공!!!
반응형
'python' 카테고리의 다른 글
terminal (interactive) 입력여부인지 확인하기.. (0) | 2014.07.21 |
---|---|
windows -- console 키보드 입출력 (0) | 2014.07.21 |
python - clipboard 로 text, image 복사하기 , 가져오기 (1) | 2014.07.11 |
matplotlib tutorial 정리 (0) | 2014.07.01 |
pylab, matplotlib pyplot, numpy 구분 (0) | 2014.06.25 |