sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #20786
Re: [Question #235398]: [1.0.1] Eclipse: PythonPlugin: [error] Sikuli Jython API already on sys.path .....
Question #235398 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235398
Status: Open => Answered
RaiMan proposed the following answer:
You have extracted the Lib/sikuli folder and put it on python path in
your project (I guess to have auto complete).
Just ignore this message - you seem to know what you are doing ;-)
or remove/comment the
import org.sikuli.basics.SikuliForJython
when running in the IDE
When running outside the IDE with plain Jython having this import active
will add the jar internal Lib/sikuli to Python path (so you would not
have to do it)
But as said, you might simply ignore this convenience feature for the moment.
I will revise it to be more consistent and explaining.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.