python 2.6 / MySQL 5.1 / Visual Studio 2005 / MySQLdb
				카테고리 없음 2010. 2. 11. 21:20
			
			
			
		참고: http://hook.tistory.com/192
python 2.6
python module – setuptools
or ez_setup
- python ez_setup.py
 - setuptools 자동 설치
 
MySQL 5.1 설치
Visual Studio 2005
MySQL-Python
- http://sourceforge.net/projects/mysql-python/
 - MySQL-python-1.2.3c1.tar.gz
 
site.cfg
- registry_key = SOFTWARE\MySQL AB\MySQL Server 5.1
 
msvc9compiler.py 수정
- c:\Python26\Lib\distutils\msvc9compiler.py
 - get_build_version()
 - majorVersion = 8 # 2005의 version으로 강제고정
 - 이게 아니면 VS2008를 설치하여야 함
 



