Selur's Little Message Board

Full Version: Hybrid-rev 2021.07.18.1 Bugs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Send you a link to a dev version, which uses
Code:
sys.path.insert(0,os.path.abspath(scriptPath))
instead of
Code:
sys.path.append(os.path.abspath(scriptPath))
which probably fixes your problem.

Cu Selur
Thanks....It works Now without any problemĀ  Big Grin
Pages: 1 2 3