New question #214062 on Sikuli:
https://answers.launchpad.net/sikuli/+question/214062

Hello, the guide-extension contains the "guide.image"-method. But I do not find 
any documentation of it, so I I don't know how to use it. When I have a look at 
the source code I can see this:
def image(target, imgurl, **kwargs): 
    # def
In Sikuli I tried this:
guide.image("target.png", "image.png")
guide.show()
(the image.png is located in my working directory; where also target.png is 
located)
But I get this error:
"UnboundLocalError: local variable 'sideConstant' referenced before assignment"
How can I solve this?

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