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

    Status: Needs information => Answered

RaiMan proposed the following answer:
--- i am running my sikuli program with jave application(Sikuli.exe), it is 
showing the mentioned error
The above snippet is written in Java, which cannot be run in Sikuli IDE 
(Sikuli.exe). Sikuli scripts are written in Python language.

So again what exactly is the error message you are getting, when doing
what?

--- it's great to me to do this , and understand the Sikuli in better way..
The best first step is to have a look through the docs at
http://sikuli.org/docx/
to get a first impression about the possibilities.

--- how we can add python library in sikuli IDE script,
Python libraries can only be added to Sikuli script, when they are either 
Python only (no native C stuff) or available for Jython.
The xls reader module xlrd (I guess you are talking about this) can be used in 
Sikuli script (Python only).
Have a look at related posts here.

--- Sikuli-IDE vs. Eclipse
When starting with Sikuli, it is recommended to do the first steps with scripts 
in the Sikuli IDE (should be started with the contained bat files instead of 
using the exe).

Then you can decide to move to Eclipse/PyDev (see docs) or even
Eclipse/Java, which is really a new game.

If you are not really skilled in Python, but in Java instead, it might
be a good idea to start with Java in Eclipse right away (many posts here
with tips and solutions)

-- 
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     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to