Question #232732 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/232732

RaiMan posted a new comment:
a raw string r"" cannot end with a backslash.

so if you really want to store the image at c:\ and not in some folder:
dir = "c:\\"

… but I really recommend to use a folder to not spam your c: root
folder.

so create folder 
c:\sikuli\images

and use
dir = r"c:\sikuli\images"

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to