Re: [Pythonmac-SIG] Module Import Problem

2010-05-01 Thread Aahz
On Sun, Apr 25, 2010, Mike wrote: > > ImportError: > dlopen(/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pyobjc_core-2.2-py2.6-macosx-1 > 0.3-fat.egg/objc/_objc.so, 2): Library not loaded: /usr/lib/libxml2.2.dylib > Referenced from: > /Library/Frameworks/Python

[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