Re: [Sikuli-driver] [Question #252333]: The run result repeat several times when import logging module.

2014-07-29 Thread RaiMan
Question #252333 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252333

Status: Open = Answered

RaiMan proposed the following answer:
No idea what goes on.

Has nothing to do with Sikuli.
It is a problem of the contained Jython:
- RC3 and 1.0.1 have 2.5.4
- 1.1 0 uses 2.7

to get a definitive result, you should run this with a plain Jython 
installation:
http://search.maven.org/remotecontent?filepath=org/python/jython-standalone/2.7-b2/jython-standalone-2.7-b2.jar

(jython.org)

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #252211]: NameError when running from command line

2014-07-29 Thread RaiMan
Question #252211 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252211

RaiMan posted a new comment:
ok, thanks for finding.

Strange anyway - I will try to find the cause.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #252211]: Status of bug #1349726 changed to 'In Progress' in Sikuli

2014-07-29 Thread RaiMan
Bug #1349726 status changed in Sikuli:

New = In Progress

https://bugs.launchpad.net/sikuli/+bug/1349726
[1.1.0] IDE: a module home.sikuli cannot be used when running from command 
line

This bug is linked to #252211.
NameError when running from command line
https://answers.launchpad.net/sikuli/+question/252211

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #252211]: NameError when running from command line

2014-07-29 Thread RaiMan
Question #252211 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252211

Linked to bug: #1349726
https://bugs.launchpad.net/bugs/1349726
[1.1.0] IDE: a module home.sikuli cannot be used when running from command 
line

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1349726] [NEW] [1.1.0] IDE: a module home.sikuli cannot be used when running from command line

2014-07-29 Thread RaiMan
Public bug reported:

Hello,

I am new to Sikuli. Here is my problem:

I created some scripts within multiple modules. It works perfectly when
I debug from IDE UI. However, it throws following error when I ran it
from command line like:

C:/sikuli/runScript.cmd -r script2.sikuli -f log.txt -c -u userlog.txt
or:
C:/sikuli/runIDE.cmd -r script2.sikuli -f log.txt -c -u userlog.txt

Error message: [error] NameError ( name 'someFunction' is not defined )

I looked through the site and and there is no luck to find the solution.
Here, the 'someFunction' structure is like:

script1.sikuli:

from sikuli import *
def someFunction:


script2.sikuli: # The entry file

from script1 import *
from sikuli import *
someFunction()

Again, it works from IDE but failed from command line. Thank you for
your help.

Sikuli version: 1.0.1

** Affects: sikuli
 Importance: Medium
 Assignee: RaiMan (raimund-hocke)
 Status: In Progress

** Changed in: sikuli
   Status: New = In Progress

** Changed in: sikuli
   Importance: Undecided = Medium

** Changed in: sikuli
 Assignee: (unassigned) = RaiMan (raimund-hocke)

** Changed in: sikuli
Milestone: None = 1.2.0

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1349726

Title:
  [1.1.0] IDE: a module home.sikuli cannot be used when running from
  command line

Status in Sikuli:
  In Progress

Bug description:
  Hello,

  I am new to Sikuli. Here is my problem:

  I created some scripts within multiple modules. It works perfectly
  when I debug from IDE UI. However, it throws following error when I
  ran it from command line like:

  C:/sikuli/runScript.cmd -r script2.sikuli -f log.txt -c -u userlog.txt
  or:
  C:/sikuli/runIDE.cmd -r script2.sikuli -f log.txt -c -u userlog.txt

  Error message: [error] NameError ( name 'someFunction' is not defined
  )

  I looked through the site and and there is no luck to find the
  solution. Here, the 'someFunction' structure is like:

  script1.sikuli:

  from sikuli import *
  def someFunction:
  

  script2.sikuli: # The entry file

  from script1 import *
  from sikuli import *
  someFunction()

  Again, it works from IDE but failed from command line. Thank you for
  your help.

  Sikuli version: 1.0.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1349726/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #252332]: exact image find multiple image

2014-07-29 Thread RaiMan
Question #252332 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252332

Status: Open = Answered

RaiMan proposed the following answer:
you might send screenshots and images silently to my mail at
https://launchpad.net/~raimund-hocke

might be a problem of too much even background in the images:
rule of thumb: even background towards edges  20% of image size 

20% of 95x60  is 1140
1140 / (2*95 +2*60)  about 4

which means, the outer margin around the numbers should only be about 5
pixels

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #252331]: Capturing numbers displayed dynamically on a webpage?

2014-07-29 Thread RaiMan
Question #252331 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252331

Status: Open = Answered

RaiMan proposed the following answer:
You might try the text/OCR feature, if you need to read the id.

To check the success/failure in your feedback column, images of the 2
possible text entries should be sufficient.

The rest is evaluating regions.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #252323]: Sikuli stuck in run slow

2014-07-29 Thread RaiMan
Question #252323 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252323

Status: Open = Answered

RaiMan proposed the following answer:
Strange.

SlowMotionRunning is controlled by
Settings.ShowActions which is false on start up and cannot be modified 
directly, but only by using appropriate setter functions

scripting level:
setShowActions(flag)

Java API:
Settings.setShowActions(flag)

So you have to check, where this could happen.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #252341]: How to implement drag and drop in sikuli using JAVA

2014-07-29 Thread sneha
New question #252341 on Sikuli:
https://answers.launchpad.net/sikuli/+question/252341



I am automating one website which contains third party flash players and I need 
to automate its complete functionality including play video , pause video , 
full screen and other parameters

I am able to automate basic parameters as play video and pause video but I am 
stuck in moving cursor from volume control which once dragged then video volume 
should be set to that level.

is there any way through which I can set the video to specific volume level

I think I need to perform mouse drag and drop on volume control but I am not 
sure how that can be achieved using sikuli.

Please Help


-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #252342]: pyqt and Sikuli

2014-07-29 Thread Marius
New question #252342 on Sikuli:
https://answers.launchpad.net/sikuli/+question/252342

Hello,

I have some things in my mind and I am not sure how I can solve them. I would 
like to create a tool in PyQt as many nice things can be don in PyQt from 
interface point of view. I would like to see my suite of test cases inside the 
application, to generate xml report for example and many other things. 

The problem comes when I have to link somehow this tool to my Sikuli scripts. I 
would like to do somehow that when I press a button, I start execution of 
Sikuli  scripts, no matter if this is done by calling a batch script (which 
calls furthermore sikuli scripts) or Python unittests. I know that PyQt is 
related to CPython and Sikuli is related to Jython. But I do not want to write 
the Sikuli automation code in this tool, but just to define which test cases to 
be run and in which order.


Might wxPython be a solution if not for PyQt? Or any other ideas?

Thank you in advance,

Marius


-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #252332]: exact image find multiple image

2014-07-29 Thread Kelvin Yip
Question #252332 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252332

Kelvin Yip posted a new comment:
Hi RailMan,

Thanks for your explanation, even I don't really understand.
Now, I try to extract 2 image and compare that 2 number to see if this get 
better result. Will update you the result.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #252341]: How to implement drag and drop in sikuli using JAVA

2014-07-29 Thread RaiMan
Question #252341 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252341

Status: Open = Answered

RaiMan proposed the following answer:
dragDrop(source, target)

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #252341]: How to implement drag and drop in sikuli using JAVA

2014-07-29 Thread sneha
Question #252341 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252341

Status: Answered = Open

sneha is still having a problem:
Here Source and target what indicates ?

I am sorry but I am new to sikulli framework.



On Tue, Jul 29, 2014 at 3:32 PM, RaiMan 
question252...@answers.launchpad.net wrote:

 Your question #252341 on Sikuli changed:
 https://answers.launchpad.net/sikuli/+question/252341

 Status: Open = Answered

 RaiMan proposed the following answer:
 dragDrop(source, target)

 --
 If this answers your question, please go to the following page to let us
 know that it is solved:
 https://answers.launchpad.net/sikuli/+question/252341/+confirm?answer_id=0

 If you still need help, you can reply to this email or go to the
 following page to enter your feedback:
 https://answers.launchpad.net/sikuli/+question/252341

 You received this question notification because you asked the question.


-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #252342]: pyqt and Sikuli

2014-07-29 Thread RaiMan
Question #252342 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252342

Status: Open = Answered

RaiMan proposed the following answer:
In an action defined in your PyQT GUI (run with C-Python) (e.g.
connected to some button), you might use Pythons subprocess module to
start the Sikuli script you want to run, by either using the appropriate
configured java command or one of the provided run scripts (both might
be packed into a batch file, that is called from your PyQT).

If you want to avoid the startup time of 3 to 5 seconds per script start, than 
you might implement an XML-RPC communication (Server Sikuli, client your PyQT 
action function). This allows, to instantly (at least on same machine) start 
running a script, that is wrapped into a callable function on the Sikuli side.
(see https://docs.python.org/2.6/library/internet.html chapters 20.23 and 20.24)

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #252342]: pyqt and Sikuli --- to run scripts use subprocess or XML-RPC

2014-07-29 Thread RaiMan
Question #252342 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252342

Summary changed to:
pyqt and Sikuli --- to run scripts use subprocess or XML-RPC

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #252342]: pyqt and Sikuli --- to run scripts use subprocess or XML-RPC

2014-07-29 Thread Marius
Question #252342 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252342

Status: Answered = Open

Marius is still having a problem:
Hi RaiMan,

Thank you for the answer. Now it should be clear.
Just one more question.

What do you recommend me to use? PyQt or wxPython? 
After reading some more comparisons between those two, I tend to use wxPyhon. I 
have few knowledge on each and I tried them both, but I am still in trying 
phase. 

Thank you,

Marius

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #252342]: pyqt and Sikuli --- to run scripts use subprocess or XML-RPC

2014-07-29 Thread RaiMan
Question #252342 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252342

Status: Open = Answered

RaiMan proposed the following answer:
Sorry, but I do not have any experiences with building GUI's with
Python.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #252342]: pyqt and Sikuli --- to run scripts use subprocess or XML-RPC

2014-07-29 Thread Marius
Question #252342 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252342

Status: Answered = Solved

Marius confirmed that the question is solved:
My issue is closed.

Thanks RaiMan!

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #252352]: type ('/') in cmd.exe

2014-07-29 Thread adrien
New question #252352 on Sikuli:
https://answers.launchpad.net/sikuli/+question/252352

Hello everybody, 
I have tried to type (set PATH=C:\nom\du\répertoire\de\PuTTY\;%PATH%) in 
cmd.exe and i block with the error java error language i can't use paste is 
not work.

How can i resolve that please ?

Best regards,
A.H

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #252352]: type ('/') in cmd.exe

2014-07-29 Thread adrien
Question #252352 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252352

Description changed to:
Hello everybody, 
I have tried to type (set PATH=C:\nom\du\répertoire\de\PuTTY\;%PATH%) in 
cmd.exe and i lock with the error java error language i can't use paste is 
not work. More when i have this error that l lock my keyboard i was oblige to 
reboot my computer for recover my keyboard.

How can i resolve that please ?

Best regards,
A.H

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #252323]: Sikuli stuck in run slow

2014-07-29 Thread Michael A. Phillips
Question #252323 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252323

Status: Answered = Solved

Michael A. Phillips confirmed that the question is solved:
I reinstalled to a new directory and it seems fine.  Are those arguments
passed in the .cmd under windows?  I'd say I'm solved by a fresh
install.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1349255] Re: CentOS: how to setup SikuliX --- a script should be available

2014-07-29 Thread AMS
Attached is the script I use for setting up a completely new CentOS 6.5
system after a fresh install.

Note: When installing the operating system, I select Software
Development as the server function. I keep a CD with the script and the
installation files for when the download locations are no longer
available. In that case comment out the wget commands in the script and
make sure the installation files needed are in the same directory as the
script (/home/user/Downloads).

I would also double-check the /etc/profile additions performed by the
script prior to performing the Sikuli installation if you want to be
absolutely sure no issues are encountered.

** Attachment added: Complete CentOS 6.5 Installation Script
   
https://bugs.launchpad.net/sikuli/+bug/1349255/+attachment/4165477/+files/sikuli_install.sh

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1349255

Title:
  CentOS: how to setup SikuliX --- a script should be available

Status in Sikuli:
  New

Bug description:
  I have read many posts with similar questions and I have tried to use
  them as a guide but I have been unable to overcome my issue with
  trying to get Sikuli to work on CentOS 6.x.

  From what I can tell this is an issue with Tesseract but I can't
  figure out how to correct it. I have performed the following thus
  far...:

   Installed CentOS 6.x
   Installed some prereqs (dev tools, gcc, cmake, etc)
   Installed OpenCV 2.2
   Installed Leptonica
   Installed Tesseract 3.02.02
   Installed Sikuli 1.0.1

  When I run ./runIDE -d 3 -c I get the following output:

  running SikuliX-IDE: -Xmx512M -Dapple.laf.useScreenMenuBar 
-Dfile.encoding=UTF-8 -Dsikuli.FromCommandLine
  -jar ./sikuli-ide.jar -d 3 -c
  [debug] Running on Java 7 (1.7.0_45-mockbuild_2013_11_22_18_30-b00)
  [debug] --- Sikuli parameters ---
  [debug] 1: -d
  [debug] 2: 3
  [debug] 3: -c
  [debug] init user preferences
  [debug] locale: en_US
  [debug] ResourceLoaderBasic: SikuliX Package Build: 1.0.1 12SEP2013160242
  [debug] ResourceLoaderBasic: check: we are running on arch: amd64
  [debug] ResourceLoaderBasic: check: using Java at: 
/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.45.x86_64/jre/
  [debug] ResourceLoaderBasic: check: Exists libs folder at location of jar? 
YES: /home/user/Sikuli/
  [debug] ResourceLoaderBasic: checkLibsDir: /home/user/Sikuli/libs
  [debug] ResourceLoaderBasic: loadLib: JXGrabKey
  [debug] ResourceLoaderBasic: loadLib: Found: JXGrabKey
  [debug] ResourceLoaderBasic: loadLib: Now loaded: JXGrabKey
  [debug] ResourceLoaderBasic: checkLibsDir: Using libs at: 
/home/user/Sikuli/libs
  [debug] Screen: initScreens: basic initialization (1 Screen(s) found)
  [debug] *** monitor configuration (primary: 0) ***
  [debug] Screen 0: S(0)[0,0 1583x687]
  [debug] *** end monitor configuration ***
  [debug] [I18N] menuShowThumbs
  [debug] ResourceLoaderBasic: loadLib: Is already loaded: JXGrabKey
  [debug] Sikuli-IDE startup: 1519
  [debug] MenuAction.doLoad
  [debug] SikuliX Jython Support Build: 1.0.1 12SEP2013160248
  [debug] SikuliEditorKit.read
  [debug] ImageLocator: found 1405605172817.png in 
/home/user/Desktop/test.sikuli/
  [debug] FileManager: tempfile create: /tmp/sikuli-4166345826942410403.png
  [debug] FileManager: tempfile create: /tmp/sikuli-4490415893266343011.py
  [debug] JythonScriptRunner: : executeScriptHeader: adding SikuliX Lib path to 
sys.path
  /home/user/Sikuli/sikuli-ide.jar/Lib
  [debug] Jython: sikuli: __init__: entering
  [debug] Jython: sikuli: Sikuli: entering
  [debug] Jython: sikuli: Sikuli: constants
  [debug] Jython: sikuli: Sikuli: import Region
  [debug] Jython: sikuli: Sikuli: import Screen
  [debug] Jython: sikuli: Sikuli: Env.addHotkey
  [debug] Jython: sikuli: Sikuli: import Match
  [debug] Jython: sikuli: Sikuli: import Pattern
  [debug] Jython: sikuli: Sikuli: import Location
  [debug] Jython: sikuli: Sikuli: import ScreenUnion
  [debug] Jython: sikuli: Sikuli: import Finder
  [debug] ResourceLoaderBasic: loadLib: VisionProxy
  [debug] ResourceLoaderBasic: loadLib: Found: VisionProxy
  [error] ResourceLoaderBasic: loadLib: Fatal Error 110: loading: 
libVisionProxy.so
  [error] ResourceLoaderBasic: loadLib: Since native library was found, it 
might be a problem with needed dependent libraries
  /home/user/Sikuli/libs/libVisionProxy.so: libtesseract.so.3: cannot open 
shared object file: No such file or directory
  [error] Terminating SikuliX after a fatal error(110)! Sorry, but it makes no 
sense to continue!
  If you do not have any idea about the error cause or solution, run again
  with a Debug level of 3. You might paste the output to the QA board.
  [debug] SikuliXFinal: cleanUp: 0

  I then tried running the ./makeVisionProxy and then copied the
  libVisionProxy.so as the README stated but no change.

  Thanks in advance

To manage notifications about this bug go to:

[Sikuli-driver] [Question #252375]: App.focus() only works randomly, how to use it effectivly?

2014-07-29 Thread Loran
New question #252375 on Sikuli:
https://answers.launchpad.net/sikuli/+question/252375

I am having issues with the App.focus() method just sikuli in java. If I have a 
simple program such as:

App p1= new App(p1);
App p2= new App(p2);

Screen screen = new Screen();

for ( int i = 0; i  10; i++ ) {
screen.wait(1.0);
p1.focus();
screen.wait(1.0);
p2.focus();
}

It works fine. But if I run longer methods in between the two calls to 
.focus(), it often fails. I have seen multiple people having issues with this 
across the forums but the answers are usually  very short and do not address 
the issue. Any help would be much appreciated.

Thank you,

Loran

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #252352]: type ('/') in cmd.exe

2014-07-29 Thread Eugene S
Question #252352 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252352

Status: Open = Answered

Eugene S proposed the following answer:
Hi,

It doesn't seem to be related to Sikuli in any way. Try asking that
question on relevant QA site (like stackoverflow).

Cheers,
Eugene

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp