sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #18626
Re: [Question #230599]: How to import Sikuli in Jython?
Question #230599 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/230599
Roman Podolyan posted a new comment:
It seems that you don't have env variables set up properly. When I ran
Sikuli with Jython, I used Jybot.bat, modified with env variables
settings :
=====
@echo off
set sikuli_jar=C:\Program Files (x86)\Sikuli X\sikuli-script.jar
set CLASSPATH=%sikuli_jar%
set JYTHONPATH=%sikuli_jar%/Lib
jybot --pythonpath=. ^
--outputdir=results ^
--loglevel=TRACE ^
%*
=====
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.