python - flask tutorial troubleshooting ...
https://stackoverflow.com/questions/4333528911.04.2017 · 1 Answer1. Show activity on this post. your run.py is not able to import app as it can not see app within the bin folder, what happens with python is that all python files are treated as modules and the folders with an init .py file are treated as packages so run.py will start looking for the app package to import the app module however it will ...