sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #00146
Re: [Question #140246]: Sikuli from robotframework - works in 0.10.2 but not in X
Question #140246 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/140246
RaiMan posted a new comment:
Since the message "Event Manager loaded" is missing, the error happens
during initialization of Sikuli and has nothing to do with your script
contents.
this is what I would do in your situation:
try to just run a
from sikuli.Sikuli import *
first try: put sikuli-script.jar in the first place of class path.
and then:
in your Jython environment remove step by step the entries from class path until it works (should do, since you seem to have all as it should be).
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.