← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #241419]: [1.0.1] SikuliX and Robot Framework integration

 

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

    Status: Answered => Open

michael is still having a problem:
Hey RaiMan,
I did it again, deleted the content of the libs directory, opened jython with the sikuli-java.jar in CLASSPATH and ran:

>>> import java.lang.System as JS
>>> JS.setProperty("sikuli.Debug", "3")
>>> import org.sikuli.basics.SikuliXforJython
[debug] SikuliXforJython: sys.path[0]:
[debug] SikuliXforJython: sys.path[1]: C:\jython2.5.1\Lib
[debug] SikuliXforJython: sys.path[2]: __classpath__
[debug] SikuliXforJython: sys.path[3]: __pyclasspath__/
[debug] SikuliXforJython: sys.path[4]: C:\jython2.5.1\Lib\site-packages
[debug] SikuliXforJython: found Sikuli Jython in:
/C:/SikuliX/sikuli-java.jar/Lib
[debug] SikuliXforJython: Trying to add to sys.path
[debug] SikuliXforJython: new Jython path:
[debug] SikuliXforJython: sys.path[0]:
[debug] SikuliXforJython: sys.path[1]: C:\jython2.5.1\Lib
[debug] SikuliXforJython: sys.path[2]: __classpath__
[debug] SikuliXforJython: sys.path[3]: __pyclasspath__/
[debug] SikuliXforJython: sys.path[4]: C:\jython2.5.1\Lib\site-packages
[debug] SikuliXforJython: sys.path[5]: /C:/SikuliX/sikuli-java.jar/Lib
[debug] ResourceLoaderBasic: SikuliX Package Build: 1.0.1 12SEP2013135849
>>> from sikuli import *
[debug] ResourceLoaderBasic: check: we are running on arch: amd64
[debug] ResourceLoaderBasic: check: using Java at: C:/Program Files/Java/jre7/
[debug] ResourceLoaderBasic: check: Exists libs folder at location of jar? YES:
C:/SikuliX/
[debug] ResourceLoaderBasic: checkLibsDir: C:/SikuliX/libs
[error] ResourceLoaderBasic: check: libs dir is empty, has wrong content or is o
utdated
[action] ResourceLoaderBasic: check: Please wait! Trying to extract libs to: C:/
SikuliX/libs
[debug] ResourceLoaderBasic: extractLibs: Accessing jar: file:/C:/SikuliX/sikuli
-java.jar
[debug] ResourceLoaderBasic: extractLibs: Found 14 Files in META-INF/libs/window
s/libs64/
[debug] ResourceLoaderBasic: export: Trying to access package
[debug] ResourceLoaderBasic: export: Accessing jar: file:/C:/SikuliX/sikuli-java
.jar
[debug] ResourceLoaderBasic: export: Found 7 Files in Lib/sikuli
[debug] ResourceLoaderBasic: export: Trying to access package
[debug] ResourceLoaderBasic: export: Accessing jar: file:/C:/SikuliX/sikuli-java
.jar
[debug] ResourceLoaderBasic: export: Found 0 Files in META-INF/libs/tessdata
[debug] ResourceLoaderBasic: checkLibsDir: C:/SikuliX/libs
[debug] ResourceLoaderBasic: loadLib: WinUtil
[debug] ResourceLoaderBasic: loadLib: Found: WinUtil
[error] ResourceLoaderBasic: loadLib: Fatal Error 110: loading: WinUtil.dll
[error] ResourceLoaderBasic: loadLib: Since native library was found, it might b
e a problem with needed dependent libraries
C:\SikuliX\libs\WinUtil.dll: Can't find dependent libraries
[error] ResourceLoaderBasic: loadLib: Check, wether a valid Sikuli libs folder i
s in system path at runtime!
[error] Terminating SikuliX after a fatal error(110)! Sorry, but it makes no sen
se 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 Q&A board.
[debug] SikuliXFinal: cleanUp: 0

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