Hi,

I installed the appscript module. Can someone explain to me why the following script:

#!/usr/bin/pythonw

from appscript import *

peopleRef = app('Address Book.app').people.filter(its.emails != [])
print zip(peopleRef.name.get(), peopleRef.emails.value.get())

... errors with:

from: can't read /var/mail/appscript

... when one from the command line?

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

Reply via email to