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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp