[Pythonmac-SIG] using py-appscript

2008-09-10 Thread David Morley
I can use (Python) appscript reasonably well, if I know exactly what "components" I am looking for, e.g., app('TextEdit').documents['Read Me'].paragraphs[1].get() But if I'm faced with a new application I don't know where to start. Is there any way to interactively explore what is available? Som

Re: [Pythonmac-SIG] using py-appscript

2008-09-10 Thread Leonardo Santagada
On Sep 9, 2008, at 6:06 AM, David Morley wrote: I can use (Python) appscript reasonably well, if I know exactly what "components" I am looking for, e.g., app('TextEdit').documents['Read Me'].paragraphs[1].get() But if I'm faced with a new application I don't know where to start. Is there any

[Pythonmac-SIG] Please help! py2app broken

2008-09-10 Thread Russell E. Owen
I was able to run py2app fine until recently. I think the only thing I did was upgrade to svn 1.5.1. Now I see this: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-pac kages/py2app-0.3.6-py2.5.egg/py2app/build_app.py", line 548, in

Re: [Pythonmac-SIG] Please help! py2app broken

2008-09-10 Thread Christopher Barker
Russell E. Owen wrote: I was able to run py2app fine until recently. I think the only thing I did was upgrade to svn 1.5.1. Now I see this: Russell, this is a total WAG, but I know that setuptools has an incompatibility with svn 1.5 -- it tries to parse the .svn files, and crashes out. It as