← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #294479]: ubuntu/linux command line execution failures

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
-- 1. you should purge everything from your system, that you installed
after the successful setup of 1.1.0. You have run your self in some
mixup of different versions and artefacts. Even the best would be, to
purge everything related to Sikuli and start over fresh with the latest
1.1.1 nightly build (http://sikulix.com)

-- 2. /home/Documents/auto-script.sikuli not a valid script
... with 1.1.x it is so, that a you_name_it.sikuli has to contain a you_name_it.py. I guess you renamed the .sikuli outside the IDE.
names .sikuli should not contain any special characters, just letters and numbers (valid Python name).

--3. to create a valid command to run scripts ...
... you have to use:
java -jar <path-to>sikulix.jar -r <path-to>some.sikuli

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