sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #15477
Re: [Question #201104]: Mac:Command Line:Unable to find library META-INF/lib/libVisionProxy.dylib
Question #201104 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/201104
NicolasNIKKAU posted a new comment:
Hello,
I'm using robot framework2.5.7 and sikuli-script.jar (r930 for Mac) by using jybot command, under MAC 10.8 OSX 64bits.
When i launch my script i get these following java exceptions:
"JYTHONPATH=:/Applications/Sikuli-IDE.app/Contents/Resources/Java/sikuli-script.jar/Lib
java.io.IOException: Unable to find library META-INF/lib/libVisionProxy.dylib on classpath
....
"
It is strange because i checked with "java -version" and i got:
z$ java -version [13-01-09 12:23]
java version "1.6.0_37"
Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909)
Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01-434, mixed mode)
also here is my script:
#!/bin/bash
export sikuli_jar="/Applications/Sikuli-IDE.app/Contents/Resources/Java/sikuli-script.jar"
export CLASSPATH=${CLASSPATH}:${sikuli_jar}
export JYTHONPATH=${JYTHONPATH}:${sikuli_jar}/Lib
jybot --pythonpath=test_application.sikuli \
--outputdir=results \
--loglevel=TRACE \
$*
I need your help please (it is a little bit urgent.... :-( ),
By advance thank you very much
Nicolas
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.