pip install MySQL-python
ImportError: No module named ConfigParser
Python3では、このモジュールは対応していないmysqlclientを利用する
pip install mysqlclient import MySQLdb