Question #187835 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187835
RaiMan posted a new comment: @ nupur when asking questions via comments to even solved questions, you have to subscribe (done this for you this time ;-), to get notified about reactions. -- your problem I do not dare to ask: have you substituted some_module with the names of your scripts? Needed for every module to be used. from some_module import * only needed if you want to use names from module without qualification (not recommended with unitttesting). some_function() instead of some_module.some_function() 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

