I am currently using python 2.6 and I would like to use the win32 mysqldb module. Unfortunately it seems it needs the 2.5 version of Python. Is there any way to get rid of this mismatch in the version numbers and install mysqldb with python 2.6?
is there a package for windows ?
PierrOz
2009-03-26 14:19:56
The page coonj linked to indicates there is. You should be able to install the package using easy_install. Go to http://peak.telecommunity.com/DevCenter/EasyInstall for details on using easy_install.
Manzabar
2009-03-26 14:39:05
No it doesnt. There are only linux packages there.
Therms
2009-03-26 23:35:30
+8
A:
There are versions of mysqldb for python 2.6, they're just not available on the official site. It took me a while (and unfortunately I lost the link) but you can search google and find people who have compiled and released 2.6 versions of mysqldb for windows x64 and x32.
EDIT:
http://sourceforge.net/forum/forum.php?thread_id=3108914&forum_id=70460
http://sourceforge.net/forum/forum.php?thread_id=2316047&forum_id=70460
That fourm has a link to versions of mysqldb for Python 2.6
Varin
2009-03-26 16:50:17
The links take to http://www.thescotties.com/mysql-python/test/MySQL-python-1.2.3c1.win32-py2.6.exe which I tried and was satisfied with on 29th Nov 09
flybywire
2009-11-29 17:24:35
+2
A:
This one has both 32 and 64 versions for 2.6:
http://www.codegood.com/archives/4
Paul Oyster
2009-10-21 19:42:56