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

examples broken? #102

Closed
TheRealPizzaman opened this issue Dec 10, 2013 · 1 comment
Closed

examples broken? #102

TheRealPizzaman opened this issue Dec 10, 2013 · 1 comment

Comments

@TheRealPizzaman
Copy link

Hi,

it seems that the uploadr example is broken:
flask-wtf/examples/uploadr$ python app.py
Traceback (most recent call last):
File "app.py", line 2, in
from flask.ext.wtf import Form, FileField, FieldList
File "/usr/local/lib/python2.7/dist-packages/flask/exthook.py", line 87, in load_module
raise ImportError('No module named %s' % fullname)
ImportError: No module named flask.ext.wtf.FileField

lepture added a commit that referenced this issue Dec 10, 2013
@lepture
Copy link
Contributor

lepture commented Dec 10, 2013

Oh. I've changed the API. You need to import from flask_wtf.file now.

@lepture lepture closed this as completed Dec 17, 2013
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants