why am i not able to import wtf flask

Solutions on MaxInterview for why am i not able to import wtf flask by the best coders in the world

showing results for - "why am i not able to import wtf flask"
Victoire
21 May 2019
1(flask) D:\Development\grading>flask\Scripts\python.exe restserver.py Traceback (most recent call last):
2File "restserver.py", line 1, in <module> from app import app
3File "D:\Development\grading\app\__init__.py", line 12, in <module> from forms import LoginForm
4File "D:\Development\grading\app\forms.py", line 1, in <module> from flask.ext.wtf import Form, TextField, BooleanField
5File "D:\Development\grading\flask\lib\site-packages\flask\exthook.py", line 87, in load_module
6raise ImportError('No module named %s' % fullname) ImportError: No module named flask.ext.wtf.TextField
7
similar questions
queries leading to this page
why am i not able to import wtf flask