Compiling mysql-python on Windows
compile, error, library, link, mysql-python, Python, win32, windowsTo compile mysql-python on Windows you need latest Windows SDK and free Visual C++ 2008 Express Edition or its commercial relative. Python setup script needs few fixes – open setup-windows.py and make following changes:
else:
#client = "mysqlclient"
client = "libmysql"
library_dirs = [ [...]