python 2.6 / MySQL 5.1 / Visual Studio 2005 / MySQLdb

참고: 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

 

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를 설치하여야 함