ImportError: No module named ‘MySQL’
I was facing the similar issue. My env details – Python 2.7.11 pip 9.0.1 CentOS release 5.11 (Final) Error on python interpreter – Use pip to search the available module – Install the mysql-connector-python-rf – Verify Thanks =) For python3 and later use the next command: $ pip3 install mysql-connector-python-rf