sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #19341
Re: [Question #232726]: [1.0] Linux: Centos 6.4-64: Clicking 'Run' closes the IDE and script is not run
Question #232726 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/232726
Assignee: None => RaiMan
Description changed to:
--- solution is in the related bug
----------------------------------------------
I am trying to use Sikuli 1.0.0 on Centos 6.4 x86_64 (kernel 2.6.32-358.6.2.el6.x86_64) as root.
I have following in /usr/local/lib
libopencv_core.so.2.4.6
libopencv_highgui.so.2.4.6
libopencv_imgproc.so.2.4.6
libpng15.so.15
libtesseract.so.3.0.2
liblept.so.3.0.0
libz.so.1.2.3
Output of 'java -version' on my terminal is
java version "1.7.0_17"
Java(TM) SE Runtime Environment (build 1.7.0_17-b02)
Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
The script I am trying to run is simple
doubleClick("1374075551827.png")
type(ls)
where "1374075551827.png" refers to snapshot of "Terminal" taken on my desktop by using doubleClick icon in the IDE.
I want to open the terminal and type 'ls' in the terminal. Once that is done I wish to press 'Enter' manually.
But when I run the script containing these two commands, Sikuli IDE closes and nothing happens. No Terminal pop's up.
Please tell me how to inspect what is going wrong and how can I perform this simple task using Sikuli.
Ashish.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.