sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #06096
Re: [Question #173899]: Robot Framework Problem
Question #173899 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/173899
RaiMan posted a new comment:
Ok, according Python, the first one in comment #8 is the correct one:
It finds the module imported with
from sikuli import *
but the problem is during Sikuli init:
from org.sikuli.script import SikuliScript
and this is Java code, that cannot be found, because sikuli-script.jar is not in the class path:
CLASSPATH: robotframework-2.5.5.jar
though we used
set sikuli_jar=D:\Program Files\Sikuli X\sikuli-script.jar
java -cp "%sikuli_jar%" ^
So you have to find out, how to get sikuli-script.jar into the class
path of RFW
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.