language/python
Memo , mac&window7 python mysql 설정
dev.bistro
2013. 5. 2. 13:24
* Window7 에 설정
내 Local
C:\developer>python
Python 2.7.4 (default, Apr 6 2013, 19:55:15) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
* Windows 7 에 Pytrhon-mysql 설치시 레지스트리 작업이 필요하다
* 발생원인 :http://velvet81u.tistory.com/27
* 첨부파일 참조 : http://stackoverflow.com/questions/3652625/installing-setuptools-on-64-bit-windows
* http://www.lfd.uci.edu/~gohlke/pythonlibs/ 개발자 한분이 각 환경에 맞춰 빌드한 파일을 공유하는 곳
* 최초의 예제 http://lxtxl.tistory.com/23
* Mac 에서 작업하기
* http://blog.naver.com/PostView.nhn?blogId=exam2&logNo=176618185
* mysql은 이미 설치되어 있어서
* http://sourceforge.net/projects/mysql-python/ 에서 다운를 받은후
* mysql_config 를 수정 하고 build&install만 하였다.