天蓬老师2017-04-17 17:40:20
It seems that the werkzeug exception module required by flask is not installed. I installed it using pip and there were no dependency problems.
ringa_lee2017-04-17 17:40:20
werkzeug is a very important part of flask. It is usually installed when flask is installed. If you are installing flask with pip now, try sudo apt-get install python-flask
迷茫2017-04-17 17:40:20
There is a flask folder in the hello.py file directory. When importing the package, python will first look for it in the execution environment directory and then disappear.