New question #168008 on Sikuli: https://answers.launchpad.net/sikuli/+question/168008
I am trying to import the images stored in one script to another script. But somehow it is not working. I have stored all my images in Images1.sikuli. And I am trying to use the following script to import. import os myScriptPath = /some path/ if not myScriptPath in sys.path: sys.path.append(myScriptPath) from Images1 import * Also please let me know, if we can use the images taken in one distro (say Ubuntu) to work on another distro (say Debian/Fedora). Quick response is highly appreciated. Thanks, SSL -- 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

