sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #05371
Re: [Question #171387]: Can squish use the sikuli jython interpreter?
Question #171387 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/171387
Status: Open => Needs information
RaiMan requested more information:
the only thing I found:
sikulidir = os.environ['SIKULI_HOME']
if not sikulidir in sys.path:
sys.path.append(sikulidir)
sys.path.append(os.path.join(sikulidir, "sikuli-script", "Lib"))
from sikuli.Sikuli import *
this only works, if you have in
%SIKULI_HOME%
an unjarred version of sikuli-script.jar in the folder sikuli-script.
Is this the case?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.