Question #676785 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676785

    Status: Open => Answered

RaiMan proposed the following answer:
at comment #4:
the internal implementation of class App is completely revised in 1.1.4 and 
might still have problems

at comment #3:
x = App("C:\Program Files\Sublime Text 3\sublime_text.exe")

must either be:
x = App(r"C:\Program Files\Sublime Text 3\sublime_text.exe")

or 
x = App("C:\\Program Files\\Sublime Text 3\\sublime_text.exe")

please read the docs about the app class - should help to get on the
road.

-- 
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