sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #26159
Re: [Question #248599]: “Could not load any NativeLoader” When Using 1.1.0-Beta1-2.jar --- must be prepared using setup
Question #248599 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248599
Status: Needs information => Answered
RaiMan proposed the following answer:
Instaed of
import sys
sys.path.append('<path to the sikulixapi.jar>/libs')
sys.path.append('<path to the sikulixapi.jar>/sikulixapi.jar')
sys.path.append('<path to the sikulixapi.jar>/sikulixapi.jar/Lib')
from sikuli import Sikuli
try this (according to https://github.com/RaiMan/SikuliX-API/wiki/Usage-
in-Java-programming):
import org.sikuli.basics.SikuliXforJython
from sikuli import *
to get sufficient debug output from the very beginning:
java -Dsikuli.Debug=3 -classpath <path to sikulixapi.jar> -jar <path to jython>
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.