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
First from flaskext.mysql import MySQL worked then pip install Flask-MySQL also worked finally... it was driving me nuts! I had taken to many routes to fix it.
from flaskext.mysql import MySQL
pip install Flask-MySQL