[Pythonmac-SIG] create appscript reference from aedesc

Preston Holmes sanroque.tech at gmail.com
Sun Aug 2 04:03:57 CEST 2009


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 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 turn these into appscript references that
> I can use normally to say e.g. track.name.set('blabla').
>
> Can someone point me in the right direction?
>
> Thanks, Magnus
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig



More information about the Pythonmac-SIG mailing list