Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rseghier opened this issue May 5, 2023 · 1 comment
Open

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

rseghier opened this issue May 5, 2023 · 1 comment

Comments

@rseghier
Copy link

rseghier commented May 5, 2023

solution
FreeTAKTeam/FreeTakServer#206

sudo pip3 install WTForms==2.3.3

@jjudd25m
Copy link

jjudd25m commented Nov 1, 2023

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

skbhati199 added a commit to skbhati199/flask-boilerplate that referenced this issue Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants