MySQL Forums
Forum List  »  Connector/Python

Seeking solution for ModuleNotFoundError: No module named 'mysql'
Posted by: binod mukhiya
Date: December 03, 2018 02:41AM

Please help me solve the following error:
When i tried this: import mysql.connector, I got the follwong message.

Traceback (most recent call last):
File "C:/Users/Lenovo 3/.PyCharmCE2018.2/config/scratches/HelloWorld.py", line 4, in <module>
import mysql.connector
ModuleNotFoundError: No module named 'mysql'

Options: ReplyQuote


Subject
Written By
Posted
Seeking solution for ModuleNotFoundError: No module named 'mysql'
December 03, 2018 02:41AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.