sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #41122
Re: [Question #423503]: To run python file containing sikuli scripts by double clicking it
Question #423503 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/423503
Status: Open => Answered
RaiMan proposed the following answer:
You need a Jython installation and then use the jython commandfile and a
wrapping commandfile for each script, that then is the doubleclick
target.
or do the same with the command:
java -cp <path-to>\sikulixide.jar org.python.util.jython <path-to>\myscript.py
... and wrap this in an appropriate commandfile.
in all cases comment #3 applies.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.