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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to