sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #11082
Re: [Question #200162]: importing Sikuli in Jython - Jedit IDE
Question #200162 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/200162
Status: Open => Needs information
RaiMan requested more information:
--- did upadte the path of sikuli script jar file path C:\Program Files\Sikuli X\sikuli-script.jar\Lib\ in Jedit
This contains the Jython stuff and is exactly what might lead to problems (see comment #2).
To overcome this make a script containing:
for e in sys.path: print e
So you can see, what is in sys.path, when your script is running.
Is sikuli-script.jar in Jedit's class path?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.