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

    Status: Open => Answered

RaiMan proposed the following answer:
confirmed: this is a bug.

tested on same configuration:

--- run with -t from command line gives the above error
def test(self):
    print find(<some-image>)

--- run with -r from command line - this works
def test(self):
    print find(<some-image>)
test(None)

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