MySQLdb.connect tar en use_unicode-parameter, vilket kan lösa problemet. Om inte, kan du också behöva ställa in teckenuppsättning till vad din tabell använder:
MySQLdb.connect(host="localhost", user="root",passwd="*****", use_unicode=True, charset='xxxxx')
http://mysql-python.sourceforge.net/MySQLdb.html