No module named MySQLdb
To run MySQL with Python you need to utilize one of the accompanying commands. Furthermore, one significant hub here, there is no MySQLdb for python 3.x
pip install mysql-python
or
pip install mysqlclient