3 items | 1 visits
useful code snippets
Updated on Aug 31, 10
Created on Aug 31, 10
Category: Computers & Internet
URL:
May be this helps (not yet really documented, information from developer):
---------------
(1) The steps to use Sikuli.py without Sikuli IDE:
1. add sikuli-script.jar into Java's CLASSPATH
2. add -Dpython.
3. add "from python.
(2)
Sikuli need some opencv libraries in tmplib/.
Try to add tmplib/ to %PATH% before running Jython.
(3)
In theory, you can import the other xxx.sikuli/xxx.py and call its functions. A tricky step is that you need to call setBundlePath() before using the image files inside the other .sikuli bundle, otherwise Sikuli's functions doesn't know where to find the images.
We will try to make this easier in the future versions.
-----------------
import os
from edu.mit.
3 items | 1 visits
useful code snippets
Updated on Aug 31, 10
Created on Aug 31, 10
Category: Computers & Internet
URL: