sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #12674
Re: [Question #206427]: Running jython/python scripts from mac terminal with Sikuli linked to NetBeans project
Question #206427 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/206427
Status: Open => Answered
RaiMan proposed the following answer:
made some checks (no time currently for more) - this works:
exported to env:
SIKULI_HOME=/Applications/Sikuli-IDE.app/Contents/Resources/Java
JYTHON_HOME=path-to-folder-with-jython.jar
java -cp $SIKULI_HOME/sikuli-script.jar:$JYTHON_HOME/jython.jar
org.python.util.jython path-to-your-script.py
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.