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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to