MySQL-python distribution for Windows and Python 2.5 x64

Written by

in

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.

Comments

10 responses to “MySQL-python distribution for Windows and Python 2.5 x64”

  1. Sebastian Avatar
    Sebastian

    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

    1. Ioannis Lalopoulos Avatar
      Ioannis Lalopoulos

      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.

  2. Sebastian Avatar
    Sebastian

    Great! I’ll wait patiently. Nothing to hurry. Thanks!

  3. […] Read the original post: MySQL-python distribution for Windows and Python 2.5 x64 […]

  4. Sebastian Avatar
    Sebastian

    Hop you didn’t forget me 😉

  5. TxRx Avatar
    TxRx

    You are an absolute star!!
    Nice one!

  6. Kim Avatar
    Kim

    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?

  7. pedromagnus Avatar
    pedromagnus

    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

  8. John Crawford Avatar
    John Crawford

    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?

  9. Ronny Avatar
    Ronny

    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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.