← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #269456]: sikuli and jython2.7.0

 

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

    Status: Answered => Open

Eugene Gwon is still having a problem:
Thanks for your help, RaiMan :)
 I added sikuli-java.jar in windows system variable,  'CLASSPATH', and now the error is gone.
but there's another problem : 
------------------------------------------------------------------------------------------------------------------------------------
c:\jython2.7.0\bin>jython
Jython 2.7.0 (default:9987c746f838, Apr 29 2015, 02:25:11)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.8.0_45
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys,redis
>>> sys.path.insert(6,'C:\sikuli\sikuli-java.jar\Lib')
>>> from sikuli import *
[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:\sikuli\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.

c:\jython2.7.0\bin>echo %CLASSPATH%
C:\sikuli\sikuli-java.jar
------------------------------------------------------------------------------------------------------------------------------------
would you please let me know how to solve this problem?

thanks :)

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