sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52786
Re: [Question #685372]: The script does not work
Question #685372 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/685372
Status: Needs information => Answered
RaiMan proposed the following answer:
... and again
calc = App ("C: \\ Users \\ User \\ CALK \\ calk-pro_x64.exe")
as already mentioned all those interleaving spaces are neither helpful nor according to the script language rules.
Spaces tend to make more problems then being helpful.
calc = App("C:\\Users\\User\\CALK\\calk-pro_x64.exe") # this way
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.