hi
I was following your tutorial to deploy web app using python,,
pip install flask-mysql was giving some errors
I searched google and find flask-mysqldb and it works fine with me
also in app.py I changed "from flask.ext.mysql import MySQL" to from flask.ext.mysqldb import MySQL
http://flask-mysqldb.readthedocs.io/en/latest/