Python Forum
No module named theapp - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: No module named theapp (/thread-33914.html)

Pages: 1 2


RE: No module named theapp - Larz60+ - Jun-10-2021

'app' is a variable defined in the __init__.py file (flask) (that's two underscores each end)
see: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
search for 'app/__init__.py: Flask application instance'