Report this

What is the reason for this report?

ImportError: No module named flask_wtf

Posted on July 9, 2016

Getting this 500 error when loading the page. Flask-WTF is installed. Importing it in the Python interpreter works fine.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

This question was answered by @asb:

Hey! It’s hard to answer your question with out some more information. How are you serving your Flask app? Are you using something like Gunicorn with Nginx or Apache with mod_wsgi? Is it being run in a virtualenv? It’s quite likely that the method you are using to server the app is setting your PYTHON_PATH differently.

View the original comment

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.