ImportError: No module named 'MySQL'
FYI, I have already installed the Connector/Python for MySQL successfully. I used the below code in the shell to test my connection:
import mysql.connector
I received the following error message ”importerror: no module named mysql.connector”:
Traceback (most recent call last):
File "
import mysql.connector
ImportError: No module named 'mysql'
Kindly help, how to resolve it.