Python and MySQL: is there an alternative to MySQLdb?
You've looked at these?
http://wiki.python.org/moin/MySQL
Lately there is also oursql (docs), which has various advantages over MySQLdb and other existing drivers -- listed at the top of the documentation.