File "c:\Users\david\learnGraphDB\api\dao\movies.py", line 1, in from api.data import popular, goodfellas ModuleNotFoundError: No module named 'api',but i installed api module
Are you running the code as part of the flask project, or a test? Or are you trying to run movies.py on its own?