sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52079
Re: [Question #681784]: [HowTo] Windows: Notepad++: run an opened SikuliX script using F5
Question #681784 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/681784
Status: Open => Answered
RaiMan proposed the following answer:
- sikulixapi.jar must be on the Java classpath at runtime
I recommend to use a Java 8 JRE and at best you should make your first steps with SikuliX 1.1.3 (1.1.4 is currently under heavy developement and might make problems).
- the main script needs as first line
import org.sikuli.script.SikulixForJython
- and each script using SikuliX features needs
from sikuli import *
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.