sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #03655
Re: [Question #162999]: Using dictionaries
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.