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

Here is my code in which i am getting error

value_not_found=0


def value_not_found():
        global value_not_found
        value_not_found=1

def valuefound():
        global value_not_found
        value_not_found=0


i call the function in another function def:

def check_value_found:
        value_not_found()


When i try to call a function i get this error:

TypeError: 'int' object is not callable

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