I want to import .py files to my script. But I have this error message. I´m not sure but I think I got it any time before. I don´t understand why now I can´t get it.
I have a file called "Hello_Test.blend" Inside I have a script called script_test_hello.py:
import module_test_hello
hello()
This is my module_test_hello.py file:
def hello():
print("Hello World!")
All my files have the same path.