Flask cannot see my modules - Python Forum
https://python-forum.io/thread-26407.html01.05.2020 · I run the code with via the comnand 'flask run --host=0.0.0.0 --port=3000'. The reason it looks like load_data tries to import itself is that load_data is both the name of the module (the name of the py file) and the name of the function within the module. load_data.py does not contain any import statements. Here is the code: 1.