I've specified the path in the Your Scheduled Tasks field as absolute:
/home/username/Project Folder/subfolder1/subfolder2/script.py
In the script I want to import some stuff. Everywhere else in the project I can just do
from subfolder1.subfolder2.script import *
But I get the warning 'unable to detect defined names' and when the script runs, it fails cause it can't find the module.