댓글 0개
python 은 버전이 바뀌면 되던게 안되던가 있던게 없어지는 경우가 많다. uwsgi-plugin-python 을 apt-get 으로 설치할수 있는데 이게 최신버전은 없다 (p...
댓글 0개
upstream uwsgicluster { server 127.0.0.1:9001; server 192.168.100.101:9001; server 192.168.100.102:9001; server 192.168.100.10...
댓글 0개
python 설치 add-apt-repository ppa:fkrull/deadsnakesapt-get updateapt-get install python3.4 pip 설치get https://bootstrap.pypa.io/get-pip.pypython...
댓글 0개
패키지 검색$ apt-cache search <패키지 이름> 패키지 정보보기$ apt-cache show <패키지 이름>$ apt-cache show openssh-server 패키지 소스 ...
댓글 0개
src/pycurl.h:4:20: fatal error: Python.h: No such file or directory해당 오류 발생하면apt-get install python3-dev설치해주고pip3 install pycurl다시 ...
댓글 0개
virtualbox ubuntu 에 VBoxLinuxAdditions.run 을 설치할때 Could not find the X.Org or XFree86 Window System, skipping. 오류가 발생하면 아래 패키지...
댓글 0개
[code] if type(val) is dict: if 'T' in obj: if 'response' not in jsonData.keys(): if not token: if token['userid'] is None: [/code]
댓글 0개
logger.debug("TEST END!") logger.info("TEST END!") logger.warning("TEST END!") logger.error("TEST END!") logger.critical("TEST END!")