Hi there ! I am trying to run a server written in Python using the mysql.connector module. Unfortunately it doesn't seem to be installed, as I get an exception and see this error in my error log:
2013-01-05 14:03:22,184 :ImportError: No module named mysql.connector
Any chance to get that installed, or are there other means to connect to my MySQL database with Python ?
The module can be obtained from http://dev.mysql.com/usingmysql/python/
Regards ... Axel