You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Maintainers!
After copying the example from the read the docks page I got the below error:
Error: While importing "app", an ImportError was raised:
Traceback (most recent call last):
File "C:\Users\44780\PycharmProjects\muck-around-flask-restx\venv\lib\site-packages\flask\cli.py", line 240, in locate_app
__import__(module_name)
File "C:\Users\44780\PycharmProjects\muck-around-flask-restx\app.py", line 4, in <module>
from werkzeug.contrib.fixers import ProxyFix
ModuleNotFoundError: No module named 'werkzeug.contrib'
Looks like this has been solved in commit e186dc4 for the examples folder but not done in this example.
This is my first pull request so feedback welcome.
All the best
Rich
0 commit comments