← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #273351]: Ruby-sikuli setup with Mac

 

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

dinesh gave more information on the question:
It appears to be this that is causing the issue. If I try and hard code
the value for  sikulix_path I get a different error - 'cannot load such
file'

 # check external jar
        sikulix_path = (ENV['SIKULIXAPI_JAR']|| ENV['SIKULIX_HOME'] || "").chomp(' ')
        unless File.exist? sikulix_path
          raise LoadError, "Failed to load #{sikulix_path}\nMake sure SIKULIXAPI_JAR is set!"
        end

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