sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #47880
Re: [Question #671266]: creating an image lib
Question #671266 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/671266
Status: Open => Answered
Manfred Hampl proposed the following answer:
The lines
image1 = image1.png
image2 = image2.png
are definitely wrong, they have to be
image1 = "image1.png"
image2 = "image2.png"
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.