hi,

what i want to achieve is the following.

i want to find a photo in iphoto (i can do that),
and then assign some keywords to it.

i can find the photo with:

iphoto = appscript.app('iPhoto')
photos = iphoto.photos()

and then i find my photo in 'photos'.

and i can also list it's keywords.
but how should i SET the keywords?

i tried to call the 'help()' method on those objects,
but all i get are properties, and i can't find a way to set them.

so where should i look?

gabor
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to