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.
Hello!
Thanks for the builds! I am actually interested in how you made the 2.5 amd64 builds. I have vs 2003 and the platform sdk installed but running the standard “python.exe setup.py bdist_wininst” from the source folder in the vs 2003 Command Prompt won’t work. Can you help me out there? (Never did a 64bit build before)
Thanks Sebastian
Sebastian I will gladly make a post on the specifics of the build procedure as soon as I find the time to go through my development VMs and notes. Since these days we are finishing with the release candidate of our main product time is scarce.
Visit again in a week or so, maybe I will have something up.
Great! I’ll wait patiently. Nothing to hurry. Thanks!
[...] Read the original post: MySQL-python distribution for Windows and Python 2.5 x64 [...]
Hop you didn’t forget me
You are an absolute star!!
Nice one!
Been tearing my hair out trying to build MySQLdb without VS2003, so this is fantastic — almost. I need to use Python 2.5 — any chance at an old binary floating around?