MySQL-python distribution for Windows and Python 2.5 x64

After a request in MySQL-python’s forums I decided to make a 64 bit build for Python 2.5 also. After all I started the whole chain of builds due to my own needs for a MySQLdb which works with python 2.6 x64.

You can download the build from here:

  MySQL-python-1.2.2.win-amd64-py2.5.rar (862.5 KiB)

Take notice that you will also need libmysql.dll (included in the distribution) since this module is dynamically linked to it.  Instructions for the faint of heart are included in the readme.txt

I’ll prepare a similar distribution for Python 2.5 x64 and MySQL-python 1.2.3c1 if I find the time.

For Python 2.6 distributions see this post MySQL-python Windows 64bit and 32bit distributions.