Closed xizhiming closed 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
Try pip install mysqlclient
pip install mysqlclient
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