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

Calle Rundgren gave more information on the question:
Almost forgot, In the file which contains the images in the dictionary.
Should I

image1 = "2123904.png"
image2 = "2318371.png"         #If i don't have this declaration of images I 
got error that I got 
image3 = "7390302.png"         to define them. Is this necessary? I thought it 
would be enough to
                               give the images keys in the dictionary
myDict = {}
myDict[image1] = "2123904.png"
mydict[image2] = "2318371.png"
myDict[image3] = "7390302.png"

-- 
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