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

RaiMan proposed the following answer:
@comment #4
the setup looks principally ok, except that
<C:\Users\pierreb\PycharmProjects\detect_region\sikuli\libs> need not be

and 
<C:\Users\pierreb\PycharmProjects\detect_region\sikuli\sikulix.jar> should not 
be
on Python path (sys.path)

The latter, because it contains sikulixapi already and additionally a complete 
Jython, that might conflict with the external Jython
/C:/git/AlphaPack2/jython/2.7b3/jython.jar> (on __classpath__)
<C:\git\AlphaPack2\jython\2.7b3\Lib> (on sys.path)

But in this case it does not matter, since the bundled Jython is the
same (2.7b3)

The exported Lib folder containing the SikuliX Python stuff comes from
sikulixapi.jar at setup time.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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