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

Fix example uploadr - wrong FieldList import #168

Merged
merged 1 commit into from
Feb 10, 2015
Merged

Fix example uploadr - wrong FieldList import #168

merged 1 commit into from
Feb 10, 2015

Conversation

staeff
Copy link
Contributor

@staeff staeff commented Feb 9, 2015

The uploadr example failed with the following error message:

~/workspace/examples/uploadr$ python app.py   
Traceback (most recent call last):
      File "app.py", line 2, in <module>        
         from flask_wtf import Form, FieldList
ImportError: cannot import name FieldList

Changing the import for FieldList removed the error.

lepture added a commit that referenced this pull request Feb 10, 2015
Fix example uploadr - wrong FieldList import
@lepture lepture merged commit 16f8c9e into pallets-eco:master Feb 10, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants