On 09-06-30 at 21.15, has wrote:
ASTranslate is wrong here; it should be 'date_' with a trailing
underscore, not 'date'.
Thanks, now it works perfectly
jem
--
Jan Erik Moström, http://mostrom.eu
___
Pythonmac-SIG maillist - Pythonmac
Jan Erik Moström wrote:
I'm trying to learn how to use appscript but I don't understand what
I'm missing. I want to read photo info from iPhoto and have things
working ... partly
[...]
# set ptitle to date of item 1 of the selection
# app(u'iPhoto').selection.items[1].date.get()
pri
I'm trying to learn how to use appscript but I don't understand
what I'm missing. I want to read photo info from iPhoto and have
things working ... partly
The script looks like this
from appscript import *
selected = app('iPhoto').selection.get()
for item in selected:
print 'Width : ',