-
파이썬 설치Programming/Python 2015. 4. 9. 17:25
PyQt
Eclipse / Liclipse 중 택1 그냥 난 둘다 깔아봄
Eclipse PyDev 환경설정
Pip 설치
모듈 설치 방법
pip install 모듈명 (ex. pip install pyserial)
업데이트 방법
pip install 모듈명 --update (ex. pip install pyserial --update)
Qt 참고 목록
\Python27\Lib\site-packages\PyQt4\examples
Qt 사용시 PyQt4.QtCore / PyQt4.Gui 만 import 하면 됨.
python virtual environment - 가상환경 구성하여 프로젝트마다 모듈 최적화 할 수 있음
'Programming > Python' 카테고리의 다른 글
Python 2.x 한글 인코딩 관련 정리 (0) 2016.08.17 Eclipse에서 Python 개발 환경 구축하기 (0) 2016.08.17