Question #674620 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/674620

    Status: Open => Answered

RaiMan proposed the following answer:
--- about logging:
https://sikulix-2014.readthedocs.io/en/latest/scripting.html#writing-and-redirecting-log-and-debug-messages

--- to build an absolute path relative to your script:
os.path.join(getBundlepath(), "somename.txt") # in the folder .sikuli
os.path.join(getParentpath(), "somename.txt") # in the folder containing the 
.sikuli

--- to run other scripts from one main script 
https://sikulix-2014.readthedocs.io/en/latest/scripting.html#running-scripts-and-snippets-from-within-other-scripts-and-run-scripts-one-after-the-other

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to