Re: [Pythonmac-SIG] create appscript reference from aedesc

2009-08-01 Thread Preston Holmes
Can you use appscript? http://appscript.sourceforge.net/py-appscript/index.html its much easier than earlier python AE stuff. -Preston On Jul 26, 2009, at 1:50 PM, Magnus Herold wrote: Hi All, I'm trying to write an Automator action using Python, and I'm not yet that familiar with the lower

Re: [Pythonmac-SIG] create appscript reference from aedesc

2009-08-01 Thread has
Magnus Herold wrote: Hi All, I'm trying to write an Automator action using Python, and I'm not yet that familiar with the lower levels of Mac programming. The input should be a list of iTunes track objects, and I get an NSAppleEventDescriptor object. I know how to extract the AEDescs from that

[Pythonmac-SIG] create appscript reference from aedesc

2009-07-28 Thread Magnus Herold
Hi All, I'm trying to write an Automator action using Python, and I'm not yet that familiar with the lower levels of Mac programming. The input should be a list of iTunes track objects, and I get an NSAppleEventDescriptor object. I know how to extract the AEDescs from that, but I can't find a way