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.
10 comments on “MySQL-python distribution for Windows and Python 2.5 x64”
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!
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?
Great. It works at the first try. I have python2.5 in win7 64 bits. In the registry I don´t even have the “Python” directory in “HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python” and worked great spite of this. Tks.
Pedro
Minor note – the initial splash screen says this is for Python versions 2.3 – 2.5. Since the filesize is larger than MySQL-python-1.2.2.win32-py2.5.exe (which I got from Sourceforge, but I’m now guessing you built 🙂 so I presume it is a later file, and you just didn’t update the one line of docs – correct?
thanks for your work,
i have ActivePython-2.5.5.7-win64-x64-nopywin32 on win7 machine,
after long search, even on your site i saw the python mysql stuff for python 2.6….
and after a journey i came back to you… now i got what i have searched
thanks it works