sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #38382
Re: [Question #294624]: Running python code outside of SikuliX IDE
Question #294624 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/294624
Status: Open => Answered
RaiMan proposed the following answer:
you have to make your own shell script, that finally executes the
following command (from runsikulix):
java -Xmx512M -Dfile.encoding=UTF-8
-Xdock:icon=/Applications/SikuliX.app/Contents/Resources/sikulix.icns
-Xdock:name=SikuliX -jar
/Applications/SikuliX.app/Contents/Java/sikulix.jar -r
"/Users/Jamie/Documents/XCode Projects/SikuliX Projects/test.sikuli" ...
where ... might be more parameters
BTW: I guess you have the choice: why not use _ instead of a blank - has
many advantages and looks similar.
I personally prefer camelcase:
/Users/Jamie/Documents/XCodeProjects/SikuliXProjects/test.sikuli with
filenames and names in scripting/programming.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.