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
It seems like a virtualenv config problem you should get rid of old virtualenv and make a new one like this
virtualenv yournewvirtualenv --python=/usr/bin/python3.4
This is the link I referenced: https://www.pythonanywhere.com/forums/topic/2877/