Trying to import flask but I get the error:
ImportError: No module named Flask
after:
import Flask
I just installed it using terminal (Mac OS X):
JoeDangers-MacBookPro:~ joedanger$ $sudo easy_install Flask
Searching for Flask
Best match: Flask 0.10.1
Processing Flask-0.10.1-py2.7.egg
Flask 0.10.1 is already the active version in easy-install.pth
Any thoughts as to why this is not working?