sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36398
Re: [Question #280826]: Sikulix installation problem using command line
Question #280826 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/280826
Status: Needs information => Open
romit gave more information on the question:
Actually i m setting classpath then
cd to sikulix
run $jython
>>>import sys
>>>sys.path.append('/home/romit/sikulix/sikuli-script.jar/Lib')
>>>from sikuli.Sikuli import *
by doing this it throws error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/romit/sikulix/sikuli-script.jar/Lib/sikuli/__init__.py", line 6, in <module>
TypeError: log(): 2nd arg can't be coerced to java.lang.Object[]
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.