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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to