Windows

[Python] how to install python-memcached on windows

준피 2011. 9. 16. 11:29
1. download setuptools

다운받고 실행한다. 
이게 미리 깔려있지 않으면 memcached 라이브러리 설치할 때, ImportError: No module names setuptools 에러를 보게 된다. 

2. download python-memcached

다운받아서 압축을 푼다.
커맨드 창을 열고 압축을 푼 디렉토리로 찾아간다.
cmd> setup.py install