Program/Python

uwsgi / blist

너구리V 2014. 2. 28. 10:11

개발 환경 관련 모듈 설치

1. uwsgi :
(1) download : http://projects.unbit.it/uwsgi/ 
(2) 설치 방법 : http://uwsgi-docs.readthedocs.org/en/latest/Install.html
python uwsgiconfig.py --build
(3) 시냅틱에서 추가 설치 모듈 :
python-uwsgidecorators
uwsgi
uwsgi-core
uwsgi-plugin-greenlet-python
uwsgi-plugin-http
uwsgi-plugin-python
uwsgi-plugin-rpc
uwsgi-plugin-signal
uwsgi-plugin-ugreen
(4) uwsgi path 잡기
/home/계정/bin/ 에 symbolic 링크를 걸면 (ln -s …....... ….......)

해당 계정으로 로그인시 어느 위치 에서나 uwsgi  실행 가능

2. blist 
https://pypi.python.org/pypi/blist/ (12.04 LTS )
에서 python 2.7 버전 다운로드 후 설치(python setup.py install)
3. dateutil
시냅틱: python-dateutil
4. Crypto.Cipher 
시냅틱: python-crypto
5. twisted
시냅틱: python-twisted
6. gluon.dal
web2py 의 dal.py 파일 카피

반응형

'Program > Python' 카테고리의 다른 글

[Python] dict 출력시 한글 출력 문제  (0) 2015.09.18