← Back to team overview

sikuli-driver team mailing list archive

[Question #269056]: addImagePath NoMethodError.

 

New question #269056 on Sikuli:
https://answers.launchpad.net/sikuli/+question/269056

I would like to use the addImagePath in a script. 
When I run it I get the following error: 
[error] script [ repository ] stopped with error in line 10
[error] NoMethodError ( (NoMethodError) undefined method `addImagePath' for main:Object )
[error] --- Traceback --- error source first line: class ( method ) file 10: RUBY ( (root) ) C:/sikuliscripts/FTAS/repository.sikuli [error] --- Traceback --- end --------------

NoMethodError: undefined method `addImagePath' for main:Object (root) at C:/sikuliscripts/FTAS/repository.sikuli:10 

Code looks like: 
#add path to the project
addImagePath('..//generic.sikuli')

I use Sikuli 1.1.0. 
In the IDE I do see that the addImagePath turns green, so, I do expect it to be valid. 

Just for checking, I also tried the methode getImagePath, but here I get the same error. 



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