Skip to content

ImportError: cannot import name 'UpdateAccountForm' from 'flaskblog.forms' #157

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

Closed
nobody-123321 opened this issue May 1, 2021 · 0 comments

Comments

@nobody-123321
Copy link

Circular Import? Been trying to fix this for days...

Traceback (most recent call last):
File "/Users/#/Flask_Blog/run.py", line 1, in
from flaskblog import app
File "/Users/#/Flask_Blog/flaskblog/init.py", line 15, in
from flaskblog import routes
File "/Users/#/Flask_Blog/flaskblog/routes.py", line 3, in
from flaskblog.forms import RegistrationForm, LoginForm, UpdateAccountForm
ImportError: cannot import name 'UpdateAccountForm' from 'flaskblog.forms'

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

1 participant