-
Notifications
You must be signed in to change notification settings - Fork 717
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
jinja2.exceptions.UndefinedError: 'bootstrap_find_resource' is undefined #196
Comments
It does work on Python 3.6.8, but it seems it broke on Python 3.7.x |
Facing the same issue using Python 3.7.x. Were you able to solve this error @nmaas87 on 3.7.x |
No @TanveshT - never was able to, error still persists |
I feel like a genius right now. clap for me please. I was able to solve this by uninstall bootstrap-flask and reinstalling the latest version of flask-bootstrap 3.3.7.1 |
Bootstrap-Flask can't work together with Flask-Bootstrap, you have to uninstall them then reinstall Flask-Bootstrap:
Sorry for the inconvenience, to follow Flask's extension development rule, I have to name the package of Bootstrap-Flask in a format like |
It works for me, thanks alot @greyli |
while hosting on render i got this error |
I checked out the Flask Web Development section about Bootstrap ( https://github.com/miguelgrinberg/flasky/tree/3e ) and tried to run it and got this error:
Python Version: 3.7.3, 32 bit
Pip Freeze:
Any ideas? :)
The text was updated successfully, but these errors were encountered: