I'm creating a new project on gnome-builder. The trouble is I have a list in file vaccine.py and now I want to import it into my window.py file but when I run the program it shows "ModuleNotFoundError: No module named 'vaccine'". I try to create a test python file and import that list and no error occurs. Can someone show me what I do wrong?
