13.08.2021, 20:59
Send you a link to a dev version, which uses
instead of
which probably fixes your problem.
Cu Selur
Code:
sys.path.insert(0,os.path.abspath(scriptPath))
Code:
sys.path.append(os.path.abspath(scriptPath))
Cu Selur