Hi Mike,
See if this will help:
1. Grab the latest stable release from the repository via svn:
% svn checkout http://svn.red-bean.com/pyobjc/trunk
This will locate the source tree in the current directory under a new
subdirectory 'trunk'
2. cd into trunk/pyobjc
3. Make a backup copy of 02-dev
Hi all,
I am new to this list (as in just subscribed) and am already sending an
announcement e-mail about a new open source project, so I hope this isn't
going to be taken as spam.
The announcement is about a new (hopefully new) python bridge into Apple's
Accessibility API to facilitate UI automa
Hello,
My team is using py-appscript to do some automated testing (via the
UI). We really like the entire_contents() call because it gives us
all the UI elements for a given application (as referenced via
app('System Events').processes[app_name]). However, entire_contents()
seems to return a lis