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

RaiMan requested more information:
It is strange, that libtiff.3.dylib is not found in 
/Applications/Sikuli-IDE.app/Contents/Frameworks/ in your failing run 
situation, since the Sikuli native modules are prepared to tell the loader, to 
load dependent modules from the same directory they where loaded (aka 
/Applications/Sikuli-IDE.app/Contents/Frameworks/).
It is instead looked for on /opt/local/lib/ - that's strange.

make a test from command line:
java -jar 
/Applications/Sikuli-IDE.app/Contents/Resources/Java/sikuli-script.jar -i

this should open an interactive Jython session, where you can enter some Sikuli 
commands like e.g.
img = capture() <enter>
find(img).highlight(2) <enter>

use crl-d to end the session.

This should be run in your failing environment.

You should check your path and java classpath for any possibly
conflicting entries or sequence of entries.

Do you have OpenCV and/or Tesseract installed (additionally) on your
machine?

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to