Question #179273 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179273
Oliver Bartley posted a new comment: Ok, an update. The solution above worked, but the reason why is different than what I though. I'm invoking the sikuli interpereter via a shell script, which is referencing the .jar in ./libs/sikuli-script.jar It just so happens that in the native loader code, it's hard-coded to look for libs in the .app bundle, then in ./libs So, I just got lucky with my choice of directory structure: ./run-sikuli.sh ./libs/sikuli-script.jar ./libs/natives.dylib -- 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

