views:

3175

answers:

5

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
You can find a link to it here: http://sourceforge.net/forum/message.php?msg_id=5713907
Technical Bard
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
+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
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
+1  A: 

not sure if you're still looking, but you could try this: http://sourceforge.net/projects/mypysql/

poops mcgee
Interesting. Note that this is a really minimal lib, with very few features and no PEP 249 support.
itsadok
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