Hi I am trying to run a python file that has :
from flask import Flask, render_template, json, request from flask.ext.mysql import MySQL from werkzeug import
I had the same problem, so I installed flask-mysql using:
flask-mysql
$ pip install flask-mysql
and the module name is flaskext.mysql
flaskext.mysql