Question #272164 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/272164

RaiMan proposed the following answer:
I had a short look:

I guess, you have to put the
interpreter.exec("from sikuli.Sikuli import *");

after the sys.path loop (having arranged it according to comment #4

I do not recommend to use sikulix.jar in a Maven project (you have some
artefact in your fork).

just add 
    <dependency>
      <groupId>org.python</groupId>
      <artifactId>jython-standalone</artifactId>
      <version>2.7.0</version>
    </dependency>
 
to your pom and you have it on the classpath.

to get what you want you only need 
- the sikulxapi.jar containing the Java API and the Python layer
- and the jython jar

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to