- http://www.python.org에서 python 2.5.4 설치
python 2.6 이 나온지 오래되었지만 아직은 2.5를 설치하는 것이 안전하다.
- http://pypi.python.org/pypi/setuptools 에서 easy_install을 위한 setuptools 설치
- ipython 설치: easy_install -U ipython
- svn 설치: (pyreadline 설치를 위해 필요)
http://www.collab.net/products/subversion/getit.html 에서 설치 (다운로드를 위해서는 회원가입 필요)
- pyreadline 설치: easy_install -U pyreadline (ipython시 color로 display가 가능하고, ^D 로 python interpreter를 빠져나오게 해주며, multi line paste가 가능하게 된다)
- mingw32 설치 : (twisted 설치를 위해 필요)
http://sourceforge.net/projects/mingw/files/ 에서 mingw-5.1.4.exe 다운로드후 설치하고 설치된 폴더의 bin을 path에 추가한다.
- twisted 설치 : easy_install -U twisted
- pywin32 설치 : http://sourceforge.net/projects/pywin32/files/
댓글 없음:
댓글 쓰기