error with App.isRunning() - org.sikuli.script.App object has no attribute 'isRunning'

Asked by Brad

Trying to implement a check that intended app is running before working with it (and open if not).
Followed the example from the docs but have the following error...

[error] AttributeError ( 'org.sikuli.script.App' object has no attribute 'isRunning' )
[error] --- Traceback --- error source first line: module ( function ) statement 825: main ( loadMyApp ) while not myApp.isRunning(5):
[error] --- Traceback --- end --------------

myApp = App("Example App") <-- this is called at beginning of script
myWindow = myApp.window(0) <-- this too

The script runs, but I've always ensured the window was open before running and if the app crashes the script would eventually exit as I have error checking on failed find attempts etc. Just wanting this as a backup to try and restart the app without manual intervention.

I am using Sikuli IDE 1.0.1 (build 12SEP2013160242 from the about window) on Windows 7 (64bit) if any of that is important.
I've done the "Help --> Check Update..." but it returns "No update is available"

Question information

Language:
English Edit question
Status:
Expired
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

App.isRunning() is only available in SikuliX 1.1.0+

Revision history for this message
Launchpad Janitor (janitor) said :
#2

This question was expired because it remained in the 'Open' state without activity for the last 15 days.