[Pythonmac-SIG] create appscript reference from aedesc

Magnus Herold magnus.herold at googlemail.com
Sun Jul 26 22:50:34 CEST 2009


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


More information about the Pythonmac-SIG mailing list