← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #676785]: What means "App.open: not found in taskList after 0 secs"

 

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.