Flask import error (python) -


trying import flask error:

importerror: no module named flask 

after:

import flask 

i installed using terminal (mac os x):

joedangers-macbookpro:~ joedanger$ $sudo easy_install flask searching flask best match: flask 0.10.1 processing flask-0.10.1-py2.7.egg flask 0.10.1 active version in easy-install.pth 

any thoughts why not working?

the module called flask:

from flask import flask 

Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -