python3 and mysql in Ubuntu 12.04
looks like python3 doesn't have MySQLdb ported yet.. and i'm running into issues trying to install oursql (another library). I'm looking for anyway where I can connect to mysql db in python3.
Has anyone gotten this to work? If so, is there a guide/howto that you looked at/have?
Thanks!
2 Replies
@theckman:
I've not personally used it, but have you tried
? SQL Alchemy-Tim