Hey all I tried to import a module to my main.py but it says its not there
I’ve double checked if the name of the file was right.
This is my code:
#Main Program
import direct.directbase.DirectStart
import status.hpapmpspMeter
run()
The .py file I’ve imported is located in a folder called “status” (wich is in the same folder as main.py)