sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #34910
Re: [Question #272000]: How to run sikuli script using eclipse
Question #272000 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/272000
Status: Answered => Open
Nikki is still having a problem:
RainMan,
So I fixed the stored image problem but I get this error:
from sikuli import *
from Lib.sikuli.Sikuli import addImagePath
from Lib.sikuli.Screen import Screen;
from _hashlib import new
addImagePath("C:\DeploymentUnit\SikuliX\Images");
Screen s =new Screen();
s.wait(1);
s.click("C:\DeploymentUnit\SikuliX\Images\DomIcon");
Encountered "s" at line 6 was expecting one of: NEWLINE
I have tried looking up this error but I can not find any solution.
I was hoping you might know why i keep getting this error when trying to creating a Screen object.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.