← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #637031]: Unable to run sikuli script with robo class from main script

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
import is not recommended, to use for running other scripts.

try runScript instead:
http://sikulix-2014.readthedocs.io/en/latest/scripting.html#running-scripts-and-snippets-from-within-other-scripts-and-run-scripts-one-after-the-other

In your case it might even be necessary (caused by the implementation of this special Robot run), to implement the scriptrun on the commandline according to
http://sikulix-2014.readthedocs.io/en/latest/faq/010-command-line.html#how-to-run-sikulix-from-command-line

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