sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #22988
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:
RaiMan thank you for trying to help me but nfortunatlly it is still not
working for me.
1. I delete the libs directory content
2. delete the 32 bit java path from the system path and added the C:\Program Files\Java\jre7\
3. ran the .bat that contains:
@echo off
set sikuli_jar=C:\SikuliX\sikuli-java.jar
set CLASSPATH=%sikuli_jar%
jython
4. import java.lang.System as JS
JS.setProperty("sikuli.Debug", "3")
import org.sikuli.basics.SikuliXforJython
from sikuli import *
5. and get again the error:
[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
[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.