sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49041
[Question #675423]: error when i try using Sikuli in Eclipse
New question #675423 on Sikuli:
https://answers.launchpad.net/sikuli/+question/675423
I try to run sikuli from Eclipse i use this guide http://doc.sikuli.org/faq/040-other-ide.html?highlight=click,
but when i type " from sikuli import * " I always get the same error -
Traceback (most recent call last):
File "C:\Users\Gil\sikuli-workspace\first-test\src\try.py", line 1, in <module>
from sikuli import *
File "C:\MySikulix\Lib\sikuli\__init__.py", line 4, in <module>
from Sikuli import *
File "C:\MySikulix\Lib\sikuli\Sikuli.py", line 11, in <module>
Debug.log(3, "Jython: sikuli: Sikuli: starting init")
TypeError: log(): 1st arg can't be coerced to String
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.