New question #293280 on Sikuli: https://answers.launchpad.net/sikuli/+question/293280
Here is my code: import sys sys.path.append(r"C:\Python27") s = r"sentences.bat" openApp(s) the error i am getting: [error] App.open failed: sentences.bat not found sentences.bat is in C:\Python27 I've even tried opening r"sentences.bat" in the same directory as the sikulix executable. What's going on? -- 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

