← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #687406]: Error Image Path

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
If I understand right:
The problem comes up, when running on Mac and 
if g_Running_Version == "Mac"

does not end up as True.
So you get your Linux image file names.

So you have to find out, why 
g_Running_Version 
does not contain "Mac" at this place.

or use
Settings.isMac()
to decide, wether you are on macOS.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.