sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #00957
Re: [Question #143086]: Is it possible to pass sikuli IDE a .py file insted of a .sikuli dir to run?
Question #143086 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/143086
Status: Answered => Solved
Shane Kalpage confirmed that the question is solved:
Hi,
Thanks for your help; it works a treat :-D
However for the benefit of others I'll document a few small things I had
to change.
You need to set up the standalone packages as described in
https://answers.launchpad.net/sikuli/+faq/1436
And import sikuli.Sikuli import * (case sensitive)
The exact command line for version X should be
>java -cp "C:\Program Files (x86)\Sikuli X\sikuli-script.jar"
org.python.util.jython Tests.py
(in org.python.util.jython it should be util not untils)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.