Re: [Sikuli-driver] [Question #647305]: Error options in Sikuli?

2017-07-11 Thread Manfred Hampl
Question #647305 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647305 Manfred Hampl posted a new comment: Your link and my link are pointing to the same document, just to a position that is a few paragraphs (about 3 pages) different. Generally I see two options for you: 1. tur

Re: [Sikuli-driver] [Question #647305]: Error options in Sikuli?

2017-07-11 Thread arminius
Question #647305 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647305 arminius posted a new comment: My bad, I think this should be right? "http://sikulix-2014.readthedocs.io/en/latest/region.html#exception-findfailed"; -- You received this question notification because your

Re: [Sikuli-driver] [Question #647305]: Error options in Sikuli?

2017-07-11 Thread Manfred Hampl
Question #647305 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647305 Manfred Hampl posted a new comment: As already written in question https://answers.launchpad.net/sikuli/+question/647320 If you are using Sikuli 1.1 and higher, the documentation is there http://sikulix-201

Re: [Sikuli-driver] [Question #647305]: Error options in Sikuli?

2017-07-11 Thread arminius
Question #647305 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647305 Status: Answered => Solved arminius confirmed that the question is solved: For newbs who came after me, I found this "http://doc.sikuli.org/region.html#Region.setFindFailedResponse"; "setFindFailedRespo

Re: [Sikuli-driver] [Question #647305]: Error options in Sikuli?

2017-07-11 Thread Manfred Hampl
Question #647305 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647305 Status: Open => Answered Manfred Hampl proposed the following answer: You might need a construction like this looping statement (for... or while... etc.): try: find("path-to-image")

Re: [Sikuli-driver] [Question #647305]: Error options in Sikuli?

2017-07-11 Thread arminius
Question #647305 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647305 Status: Answered => Open arminius is still having a problem: I've got Sololearn on my phone and Code academy on my desktop, improving my Python as fast as I can. Besides the error is unique to Sikuli I

Re: [Sikuli-driver] [Question #647305]: Error options in Sikuli?

2017-07-10 Thread Manfred Hampl
Question #647305 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647305 Status: Open => Answered Manfred Hampl proposed the following answer: As already written in another question asked by you: You need to get better in python basics. https://docs.python.org/2/tutorial/err

[Sikuli-driver] [Question #647305]: Error options in Sikuli?

2017-07-10 Thread arminius
New question #647305 on Sikuli: https://answers.launchpad.net/sikuli/+question/647305 Can Sikuli ignore errors and just move to the next line? I have a loop, and 9 times out of 10 it works perfectly, everynow and then it throws an error, I would rather just tell it to move on, or return to the st