farcepest / MySQLdb1

MySQL database connector for Python (legacy version)
https://sourceforge.net/projects/mysql-python/
666 stars 318 forks source link

ImportError: No module named 'ConfigParser' #112

Closed xizhiming closed 8 years ago

xizhiming commented 8 years ago

my python version: python3.4

when i install mysql-python like this:pip install MySQL-python It always error : No module named 'ConfigParser'

In python3 , import configparser , not import ConfigParser

methane commented 8 years ago

Try pip install mysqlclient