MySQL-python 1.2.3 for Windows and Python 2.7, 32bit and 64bit versions
Last Updated on Sunday, 19 September 2010 04:58 Written by Ioannis Lalopoulos Sunday, 19 September 2010 02:27
I have added to the downloads page two distributions of the mysql-python module 1.2.3 for python 2.7
The distributions are:
MySQL-python-1.2.3.win32-py2.7.exe (1,023.1 KiB)
MySQL-python-1.2.3.win-amd64-py2.7.exe (1.0 MiB)
Some quick notes:
- The choice of 32bit and 64bit depends on the version of python you have installed in your computer and not in the operating system or the server you want to access. So if you have the 32 bit python 2.7 installed on your 64 bit Windows, you will download and install the 32 bit version.
- Some python distributions do not make correct registry entries when they install the 64bit python. If this is the case the 64 bit mysql-python installer will not find your python installation. This means that the 64bit python version has been wrongly set in the registry under the Wow6432Node which is under convention for 32bit software only. You will have to add/move the python registry node in the correct place i.e. in HKEY_LOCAL_MACHINE\SOFTWARE for more info see my post in sourceforge http://bit.ly/c8J6Yr . If your python is from the official distribution (http://www.python.org) you will not have this problem.
Following are the results of the test suite that comes with mysql-python on the newly build distributions (I had to edit the tests in three places to replace deprecated test methods in 2.7 that were giving, for that reason, warnings and subsequently two failures in the test_MySQLdb_capabilities.py)
Hello,
whenever I try to install th mysql module for python 2.7 I get the message, that the (10.)exe – file does not work anymore.
Python 2.7 is installed.
Can anyone help me?
(I get the same problem when switching to an older version)
Thank you
Carola
Hi,
Just a quick note to let you know how much time this just saved me. I just spent the better part of a day trying to get MySQLdb to compile on Windows before I came across your packages. Many thanks for the work.
Kenneth Voort
@Carola: you have to install it from administrator account.
Hi,
like the previous poster I spent quite some time trying to install MySQLdb on Win7 – without any success – before I found your packages. Many thanks for your excellent work.
H.F.R.
This is awesome!!! Many thanks.
Thanks a lot!
This is great; thanks a lot!
You are a life saver. I’m a PHP programmer taking an intro to python course and I was in way over my head trying to figure all this out on my own. Thank you so much for doing this.
I am most grateful for your binaries, as haven’t been able to figure out how to build my own in several years. I use both the standard server version and the embedded version for different builds of my software. Will you be making a version of the embedded database for Python 2.7?
Words cannot explain how much this has helped me today. Keep up the great work you’re doing for the (Windows) community!
Thank you so much, save me a lot of time.
Thanks !
thanks!!!!
it’s help me too much.
I am very grateful for these builds. Thank you very much!
Thanks a lot! It’s a week i am looking for a solution of this problem and here i found it. You are great!.
Greetings from Italy.
Marco
Fantastic! Thanks for sharing.
Wow, thank you for this! I am really liking Python and Django a lot, mostly because the people behind them seem to understand that if you take the time to write coherent documentation and make installation easy, people will choose your product over others. I feel the open source community forgets that far too often. Windows may be an inferior OS, and VB .NET may make you roll your eyes, but they are popular because Microsoft made them easy for the average person to get started with. You don’t need to run seventeen command line scripts and manually edit five config files that are only referenced in poor, out-of-date documentation to get them running. I love the open source community and it pains me that they don’t seem to get this, but you do, so thank you.
Thanks a lot ! It saved lots of my time
Thank You.
Great Job! Real time saver!
Awesome!
Thank you very much, saved me several hours.
Thanks a lot! Saved me a lot of effort too!!!! Got it running under Linux ofcourse without any problem, but hey, this is Windows, and one just needs help! Thanks!
Thank’s a lot! that is helpful
all the best
Thanks!
Thank you man.
you saved me a lot of work.
Regards,
Thx so much!
Thank you man, works great, time saver
This is a godsend. Thank you so much!
Thank you! Nice work. I am your debtor
WOOOWWW IS THAT IT i hve wasted so much time trying to work this out, thnk you so much you r a blessing
Thanks! Saved me a lot of time!
Dude !!
Good work !
Thanks a lot.
thanks very much!
thank u……….!
Thanks for this!
This is awesome !! I do not remember last time an installation was as easy as this one. Thank you
THANK YOU very much !!
Great!!!! Thanks a lot
Great Job !
MySQL was not working with Django since 2 days and this binary saved my life.
Hats Off Sir !
I have been trying to get this to build in Windows for 3hrs. It is 2:19am and I just came across your binary. Why didn’t I think to search for this 3hrs ago! Thank you, worked like a charm!
Thank u so much for the mysqldb module installer. I was searching for this for a very long time. Thanks once again.
Thank you very much.
it works ^^
Dear sir,
thank you very much!
Best regards,
Roma from Russia)
thx …
Thank you!
I have also wasted the best part of a day trying to get this done, thanks ALOT!
Thanks a lot……………….
Thanks so much!
Thanks a lot!!!
You sir, are a god amongst men. Honestly, your package has solved the issue I’ve been hacking at all night.
Much thanks, had so many issues attempting to compile from source!
YES!!! u=awesome
Thanks, this is much appreciated.
Thank a lot to give this
Thanks a lot.. I searched a lot.. Finally i got it with ease from u..
Just used this to install mysql-python into a virtual env by installing it into site-packages in the python install and then copying everything starting with ‘mysql’ into site-packages in my virtual env. Seemed to work – however, wondering if there’s a better way to do this? At the moment the installer picks up the python interpreter from the registry and so doesn’t support virtual envs, unless I’m missing something.
Thanks, BTW – I was struggling to build from source (couldn’t get past gcc: error: /Zl: No such file or directory).
Awesome – took me a day to find this, but I did, and it works.
Thank you for posting it.
J
Thx a lot. You saved me much time.
It would be TRULY awesome if you could key the virtual env you wanted it installed into. That way I wouldn’t have to resort to things like
xcopy c:\python27\lib\site-packages\MySQLdb c:\Python\VirtualENV\lib\site-packages\MySQLdb /s/e
And tell it that this is a directory (not a file)
xcopy c:\python27\lib\site-packages\MySQL_python-1.2.3-py2.7.egg-info c:\Python\VirtualENV\lib\site-packages\ MySQL_python-1.2.3-py2.7.egg-info /s/e
And tell it that this is a directory (not a file)
copy c:\python27\lib\site-packages\_mysql*.* c:\Python\VirtualENV\lib\site-packages
You may at some point have to deal with 1.2.3 being something else, and of course VirtualENV is the virtualENV you need the support in.
Absolutely awesome man, thanx a lot.
Was struggling a lot with the package but your installer did the job just like that !
Thanks a lot! Just like others in the comments, spent quite a bit of time on building mysql-python for Windows in vain until I found this page!
You don’t understand how much I love you right now.
Thanks!!!
Really useful and simple binary. It just works.
Thanks, I shared the pain of the others, and now I share the joy
Thank you, thank you, thank you!
I can’t tell more thanks, it spent me too much to find mysql-python for 64bit windows. thank you
Thanks from japan!!!
This was a great help to me!!!
Thank you so much. I’ve been unwilling to upgrade to python 2.7 because I can’t find this windows distribution. Now those days are gone. You are awesome. !!!
Thanks a ton…u got me going with my projects…
Windows 7, 64-bit, Python 2.7.3 64-bit – all works great. Thank you.
[...] MySQLdb Binaries Finally found them at http://www.codegood.com/archives/129 [...]
thank you …..
i really need to say thank you to you!
As so many have said before, thank you. After spending hours just reading what it was going to take to compile this myself, it was a God send to find your website, and that you had already done so. When we finish revamping our website, there will be a link to yours. Thank you again.
Thanks a lot. It helped me save a lot of time.
Graciaaaaaasss!!!!! Thanks!!!!!
You, sir, are my hero! From this day the 19th of September shall be known as Ioannislalopoulosday! (At least in my agenda) Thank you so very much.
Thank you so much. Finally, I found it here!!!
Thank you!
Like most here, you have saved me heaps of stuffing around. It just worked!!!
Awesome
Halleluja!
Thank you very much,it solves my problem,you do great job
10x mate, this works
Dear codegood.com Sirs
May I ask you if you could kindly publish again such important downloads for mysql-python 1.2.3 and 1.2.4?.
Currently trying to download just says “file does not exist.
Your kind support is highly appreciated.
Thanks in advance and Best regards!
Thank you for your report. The mysql-python files are back in their place.
Hi just wanted to give you a quick heads up and let you know a few of the images aren’t loading correctly. I’m not
sure why but I think its a linking issue. I’ve tried it in two different web browsers and both show the same outcome.
Thank you for the heads up, images are fixed now.