[Pythonmac-SIG] Help getting properties in py-appscript?

Charles Turner vze26m98 at optonline.net
Tue Apr 13 18:19:22 CEST 2010


OK-

Adding this at the script top-level enabled me to continue:

r_uuid = k.uuid
r_name = k.name
r_type = k.type
r_tags = k.tags
r_plain_text = k.plain_text

so my references to props[r_uuid] work inside a function definition.

I'd still very much appreciate any elucidation of my problem, as I'm  
just hacking here.

Best, Charles



More information about the Pythonmac-SIG mailing list