We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
solution FreeTAKTeam/FreeTakServer#206
sudo pip3 install WTForms==2.3.3
The text was updated successfully, but these errors were encountered:
Better yet, in forms.py replace TextField with StringField throughout the file. Then it works (TextField was depreciated)
Sorry, something went wrong.
ImportError: cannot import name 'TextField' from 'wtforms' realpython#63
e7255bb
No branches or pull requests
solution
FreeTAKTeam/FreeTakServer#206
sudo pip3 install WTForms==2.3.3
The text was updated successfully, but these errors were encountered: