Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 100, Issue 1

2011-08-04 Thread Andrew Wu
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

[Pythonmac-SIG] [Ann][pyatom] Announce: Automated Testing on Macintosh (PyATOM) 0.9 released

2011-05-04 Thread Andrew Wu
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

[Pythonmac-SIG] Question on appscript's entire_contents() call

2010-05-01 Thread Andrew Wu
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