intro-to-flask icon indicating copy to clipboard operation
intro-to-flask copied to clipboard

Sample application for the Intro to Flask series on Nettuts+.

Results 2 intro-to-flask issues
Sort by recently updated
recently updated
newest added

Having issues with running the project. On running the runserver on windows I am getting the error: from routes import mail ImportError: No module named 'routes' Why is this happening?...

python routes.py Traceback (most recent call last): File "routes.py", line 1, in from flask import Flask, render_template File "/home/rohit/flaskapp/local/lib/python2.7/site-packages/flask/**init**.py", line 17, in from werkzeug.exceptions import abort ImportError: No module named...