So, looking for a mysql-db-lib that is compatible with py3k/py3.0/py3000, any ideas? google turned up nothing.
A:
I can't even find MySQL-db lib compiled for Windows for Python 2.6.
Jonas Klemming
2008-12-21 13:51:15
You can find a link to it here: http://sourceforge.net/forum/message.php?msg_id=5713907
Technical Bard
2008-12-21 17:49:03
I was never able to get any of those versions to work on Vista or 7. I compiled my own version here: http://blog.contriving.net/2009/09/18/mysql-and-python-2-6-on-windows-redux/
Therms
2009-09-19 15:54:02
+1
A:
As for future plans of MySQLdb, you might want to ask the author (Andy Dustman).
His blog is here: http://mysql-python.blogspot.com/
Paul Oyster
2008-12-21 14:54:44
A:
You're probably better off using Python 2.x at the moment. It's going to be a while before all Python packages are ported to 3.x, and I expect writing a library or application with 3.x at the moment would be quite frustrating.
Benjamin Peterson
2008-12-22 00:02:24
+1
A:
not sure if you're still looking, but you could try this: http://sourceforge.net/projects/mypysql/
poops mcgee
2009-09-19 09:16:10
Interesting. Note that this is a really minimal lib, with very few features and no PEP 249 support.
itsadok
2009-11-24 08:11:05
A:
I was looking for it too, but also found nothing, so I ported MySQL-python-1.2.3 to py3k you can read it here https://sourceforge.net/projects/mysql-python/forums/forum/70460/topic/3831691
davispuh
2010-08-31 17:19:17