kame
kame

Reputation: 21950

_mysql-module in Python not found

PyCharm couldn't import the module _mysql.

What I did before:

sudo apt-get install python-mysqldb
sudo apt-get install mysql-server

Did I miss one step?

Upvotes: 0

Views: 157

Answers (1)

kame
kame

Reputation: 21950

There is no module _mysql for Python 3.x!

Upvotes: 1

Related Questions