← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #685086]: [1.1.3]I sometimes encounter 'ImageMissing' with same script and same image.

 

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

    Status: Open => Solved

Linda confirmed that the question is solved:
Hi,RaiMain
I add command 'print getImagePath' to debug.

I find that

If script A :
Import B
Import C
Import D
def Afunction():
    removeImagePath(B)
    SomeOtherfunction()

script B:
Import B
Import C
Import D

def Bfunction():
     ......................

if __name__ == __main__:

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