Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-09-29 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 DAVID MASTROIANNI gave more information on the question: 1|def myHandler(e): 2|click(Pattern("1506689688440-1.png").targetOffset(44,-61))

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-09-29 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 Status: Answered => Open DAVID MASTROIANNI is still having a problem: Instead of print "image1.5 appeared" Can I use click("image1.5") I wish to have my program run while I'm away from the computer,

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-09-29 Thread Manfred Hampl
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 Status: Open => Answered Manfred Hampl proposed the following answer: Maybe the following approach works: Split the logic into two parts: 1. the main logic, as already programmed by you wait("image1",

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-09-29 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 Status: Answered => Open DAVID MASTROIANNI is still having a problem: def try_click(our_image): try: click(our_image) except FindFailed: pass

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-09-29 Thread Roman Podolyan
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 Status: Open => Answered Roman Podolyan proposed the following answer: == def try_click("1506689574881.png"): try: click("1506689574881.png") except FindFailed:

Re: [Sikuli-driver] [Question #658779]: Make script using other scripts

2017-09-29 Thread Roman Podolyan
Question #658779 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658779 Status: Open => Answered Roman Podolyan proposed the following answer: 1) Using command line ( http://sikulix-2014.readthedocs.io/en/latest/faq/010-command-line.html ) 2) Defining scripts as Python

[Sikuli-driver] [Question #658779]: Make script using other scripts

2017-09-29 Thread DAVID MASTROIANNI
New question #658779 on Sikuli: https://answers.launchpad.net/sikuli/+question/658779 Let's say I have script1.sikuli, script2.sikuli, and script3. sikuli completed How might I be able to run script1 then script 3 then script 1 then script 2 or any combination? example: run sikuli.scipt1 run

Re: [Sikuli-driver] [Question #658727]: An image may or may not occur, help with workaround

2017-09-29 Thread DAVID MASTROIANNI
Question #658727 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658727 Status: Open => Solved DAVID MASTROIANNI confirmed that the question is solved: please delete this thread. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-09-29 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 DAVID MASTROIANNI gave more information on the question: I am trying to write code at the beginning of the script that says hey: If image1, image2, or image3 ever show up, take action x,y,z which will

Re: [Sikuli-driver] [Question #658728]: How to work around an occasional image

2017-09-29 Thread DAVID MASTROIANNI
Question #658728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658728 Status: Answered => Open DAVID MASTROIANNI is still having a problem: [error] script [ PROGRAM.AUTOMATION ] stopped with error in line 1 at column 14 [error] SyntaxError ( 'no viable alternative at

[Sikuli-driver] [Bug 1720335] Re: [1.1.1 & 1.1.2] Text OCR, check version

2017-09-29 Thread RaiMan
** Changed in: sikuli Status: New => Won't Fix ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) ** Summary changed: - [1.1.1 & 1.1.2] Text OCR, check version + [1.1.1 & 1.1.2] Text OCR, check version --- one has to live with all the weakness -- You received

[Sikuli-driver] [Bug 1720335] [NEW] [1.1.1 & 1.1.2] Text OCR, check version

2017-09-29 Thread Pierre
Public bug reported: Hello When I tried to find a version for something with "multi dot" (find("3.43.03")) in the find i got a "FindFailed". So i tried the unicode octal code : "\056" in the string, find("3\05643\05603"), but same error. I use Sikuli 1.1.1 and 1.1.2 on Windows 7 x64 with java

Re: [Sikuli-driver] [Question #658535]: Tessdata_Prefix accent char issue

2017-09-29 Thread Aurelien
Question #658535 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658535 Status: Answered => Open Aurelien is still having a problem: Hello, I've tried this solution but it doesn't help because the sytem is hanging out waiting from data from the web through the port 50001.