realpython / flask-boilerplate

Boilerplate template for a Python Flask application with Flask-SQLAlchemy, Flask-WTF, Fabric, Coverage, and Bootstrap

Home Page:http://www.flaskboilerplate.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: cannot import name 'TextField' from 'wtforms'

rseghier opened this issue · comments

solution
FreeTAKTeam/FreeTakServer#206

sudo pip3 install WTForms==2.3.3

Better yet, in forms.py replace TextField with StringField throughout the file. Then it works (TextField was depreciated)