← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #138597]: How to define an image path for an image with target offset and similarity defined?

 

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

    Status: Open => Solved

Chris confirmed that the question is solved:
Got it working using:
#Module 1
ModPath = "C:\\Modules\\Mod1.sikuli"
addImagePath(ModPath)
execfile(ModPath +"\\Mod1.py")
#Module 2
ModPath = "C:\\Modules\\Mod2.sikuli"
addImagePath(ModPath)
execfile(ModPath +"\\Mod2.py")

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