Flask: AttributeError: 'UnboundField' object has no attribute '__call__'?
问题 Why do I get this error? What is the UnboundField and what do I need to know in order to fix and avoid this problem in the future? Debug output when I visit http://127.0.0.1:5000/signup: AttributeError AttributeError: 'UnboundField' object has no attribute '__call__' Traceback (most recent call last) File "C:\Users\combatmath\Envs\default\lib\site-packages\flask\app.py", line 2000, in __call__ return self.wsgi_app(environ, start_response) File "C:\Users\combatmath\Envs\default\lib\site