I am trying to pip install the MySQL-python package, but I get an ImportError.
pip install
MySQL-python
ImportError
Jans-MacBook-Pro:~ jan$ /Library/Framew
how about checking the version of Python you are using first.
import six if six.PY2: import ConfigParser as configparser else: import configparser