sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37913
[Question #293280]: openApp(filestring) won't run my batch file
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.