Question #678075 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678075
Description changed to: Runnable Jar is not working, Is there different steps in compiling and exporting as runnable jar that has multiple import sikuli file? here the script for main sikuli: import thomsonreuters1 import atlanticdischarge import atlanticloading import pacificdischarge import pacificloading import time myScriptPath = r"C:\Users\Documents\file" if not myScriptPath in sys.path: sys.path.append(myScriptPath) thomsonreuters1.thomson_login() atlanticdischarge.atlantic_discharge() atlanticloading.atlantic_loading() pacificdischarge.pacific_discharge() pacificloading.pacific_loading() -- 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

