I am trying to connect to mysql dataase using python but I couldn't find the correct connector and module called MySQLdb how can I find the correct sources? when I import the module it shows an error like this because I have not added the correct module
>>> import MySQLdb
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
import MySQLdb
ImportError: No module named 'MySQLdb'
ImportError: No module named 'sqlobject'
>>>