← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #184896]: Redhat 64-bit problems

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
On the line in Sikuli-IDE.sh that calls java set the parameter

-Dsikuli.console=false

You might get more error messages. 
There might be a problem with JXGrabKey (Hot key activation).
What about Tesseract?

--- another possibility: check sikuli-script.jar  only
-- make a folder test.sikuli
-- in that folder make a file test.py 

# contents of test.py
img = capture("capture an image")
m = find(img)
popup(str(m))
hover(m)

and run from a terminal:
java -jar path-to-sikuli-script.jar path-to-test.sikuli

If this works as expected, you have checked the basic features of
Sikuli.

You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.