-
Notifications
You must be signed in to change notification settings - Fork 27
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
ImportError: No module named flask_basicauth #13
Comments
Hey did you find a fix for this? |
@cartacioS why do you use app.config['BASIC_AUTH_FORCE'] = True and at the same time @basic_auth.required? For me if I set the force option then I don't need to use required decorator. |
Just ran into this. My application was written in python3, but I experienced the error after: sudo python app.py, which ran it with python2. I made sure that basicAuth was installed using: sudo pip3 install Flask-BasicAuth. |
Hey guys, did you get solved this problem? i had the same problem here " raceback (most recent call last): |
I had installed Flask-BasicAuth use:
My code looks like this:
But when I run it, The error is.
The text was updated successfully, but these errors were encountered: