Re: [Sikuli-driver] [Question #269051]: tessdata folder not found at

2015-07-09 Thread Cameron Jones
Question #269051 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269051 Status: Open = Answered Cameron Jones proposed the following answer: Hey, I don't know which solutions you have tried so far, but it is a known issue that in SikuliX 1.0.1, if you enable the OCR

Re: [Sikuli-driver] [Question #269065]: Unable to compare Expected SS to Actual Output

2015-07-09 Thread Justin Veerman
Question #269065 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269065 Justin Veerman posted a new comment: Also, I just want to make note of how difficult it was to find some example code. Comparing a screenshot to expected output, I would think, is a common problem for

[Sikuli-driver] [Question #269065]: Unable to compare Expected SS to Actual Output

2015-07-09 Thread Justin Veerman
New question #269065 on Sikuli: https://answers.launchpad.net/sikuli/+question/269065 I am simply trying to compare my Expected output screenshot to the Actual output screenshot after running a test. The following is what I am trying to use: if (screen.exists(image6.similar(95), timeout) !=

Re: [Sikuli-driver] [Question #269051]: tessdata folder not found at

2015-07-09 Thread Cameron Jones
Question #269051 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269051 Cameron Jones posted a new comment: I figured that would be the case. I assume you also have linked everything correctly so that the environment variables all work? ex: echo export

Re: [Sikuli-driver] [Question #269051]: tessdata folder not found at

2015-07-09 Thread elifcan çakmak
Question #269051 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269051 Status: Answered = Open elifcan çakmak is still having a problem: Hey, Yes i already tried that, in fact it was the first thing i did. However i still have the problem. -- You received this question

[Sikuli-driver] [Question #269050]: permission denied? simply click error.

2015-07-09 Thread peter huang
New question #269050 on Sikuli: https://answers.launchpad.net/sikuli/+question/269050 I only want to click one icon using following script, I don't know what is wrong with the scripts. # -*- coding: utf-8 -*- from __future__ import with_statement from sikuliwrapper import * s = Screen() # add

Re: [Sikuli-driver] [Question #269048]: How can I have a script that works in both 1.0.1 and 1.1.0

2015-07-09 Thread Pierre Best
Question #269048 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269048 Description changed to: I've got a script which has to work in 1.0.1 and 1.1.0. My problem is that the import org.sikuli.basics.SikuliXforJython statement in 1.0.1 has changed to import

[Sikuli-driver] [Question #269051]: tessdata folder not found at

2015-07-09 Thread elifcan çakmak
New question #269051 on Sikuli: https://answers.launchpad.net/sikuli/+question/269051 Hello, I have the same question as many others. When I tried to extract a text it gives me the following error: [error] TextRecognizer: init: tessdata folder not found at [error] Region.text: text

[Sikuli-driver] [Question #269048]: How can I have a script that works in both 1.0.1 and 1.1.0

2015-07-09 Thread Pierre Best
New question #269048 on Sikuli: https://answers.launchpad.net/sikuli/+question/269048 I've got a script which has to work in 1.0.1 and 1.1.0. My problem is that the import org.sikuli.basics.SikuliXforJython statement in 1.0.1 has changed to import org.sikuli.basics.SikulixForJython in 1.0.1 (Xf

Re: [Sikuli-driver] [Question #269004]: isinstance(Region) vs. isinstance(Region.nearby) not giving the same result

2015-07-09 Thread Romuald C.
Question #269004 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269004 Romuald C. posted a new comment: As said in automatic comment if isinstance(reg, Region) or isinstance(reg, JRegion): print is a region does the trick. Thanks for your help Romuald -- You received

Re: [Sikuli-driver] [Question #269048]: How can I have a script that works in both 1.0.1 and 1.1.0

2015-07-09 Thread Pierre Best
Question #269048 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269048 Status: Open = Solved Pierre Best confirmed that the question is solved: Ignore this question. I'm just going to do each import inside try: except: statements -- You received this question

[Sikuli-driver] [Question #269056]: addImagePath NoMethodError.

2015-07-09 Thread Giel Raijmakers
New question #269056 on Sikuli: https://answers.launchpad.net/sikuli/+question/269056 I would like to use the addImagePath in a script. When I run it I get the following error: [error] script [ repository ] stopped with error in line 10 [error] NoMethodError ( (NoMethodError) undefined method

Re: [Sikuli-driver] [Question #256236]: Differing images matched with very high similarity

2015-07-09 Thread Justin Veerman
Question #256236 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/256236 Justin Veerman posted a new comment: How do you display the actual similarity between your two images? -- You received this question notification because you are a member of Sikuli Drivers, which is an