← 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: Solved => Open

Linda is still having a problem:
Hi,RaiMain
I add command 'print getImagePath' to debug.

I find that

If script A :
Import C
Import D
Import E
def Afunction():
    removeImagePath(D)
    .....................................
if __name__ == __main__:
   Afunction()


script B:
Import C
Import D
Import E
def Bfunction():
     ......................
if __name__ == __main__:
    Bfunction()

If I first run B.sikuli , it run normally. (getImagePath: B,C,D,E)
But I  run A.sikuli,then run B.sikuli , it will show ImageMissing XXX.png(getImagePath:B,C,E)XXX.png is import from D

Do you have any comment about this?

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