Is there a module written purely in Python that will allow a script to communicate with a MySQL database? I\'ve already tried MySQLdb without success. It requires too much: GCC,
Without a doubt MySQLdb is the best solution, but if you can't use it…
If you have libmysqlclient.[so|dll], you could access it directly using ctypes module.
libmysqlclient
so
dll