python - flask says No module named PIL -


i flask newbie. want use pil module in flask. after writing code, when try start server, error importerror: no module named pil. wrong here?

you need install module using pip or easy_install:

pip install pillow 

pillow 2.2.1


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -