← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #200162]: importing Sikuli in Jython - Jedit IDE

 

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

RaiMan posted a new comment:
But you might get into conflicts with Sikuli's built-in Jython, if you try to use the Jython layer of Sikuli
(sikuli-script.jar/Lib/sikuli).

--- sikuli-script.jar/Lib must be in Jythons sys.path
--- from sikuli import * must be in your script

If this leads to weird situations, you have to take the folder sikuli-
script.jar/Lib/sikuli out of the jar and place it into the site-packages
directory of your Jython installation. then it is only

--- from sikuli import * must be in your script

But in all cases:
path-to-sikuli-script.jar must be in the class path of Jedit.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.