Re: [Pythonmac-SIG] py-appscript problem in crontab

2008-03-02 Thread Ned Deily
In article <[EMAIL PROTECTED]>, tom wible <[EMAIL PROTECTED]> wrote: > btw, i figured out why i wasn't getting any mail from crontab: no > output...d'oh!-} but i can't figure out how to get useful info out: > >>> print > app(u'/Applications/EyeTV.app').window[its.name.beginswith('EyeTV')].close

Re: [Pythonmac-SIG] appscript docs (was: Path conversions)

2008-03-02 Thread Henning Hraban Ramm
Am 2008-02-27 um 21:57 schrieb Ned Deily: > The macfile module of py-appscript was renamed to mactypes. So, with > the lastest versions of py-appscript, you'll need to change > macfile.Alias() to mactypes.Alias(). See the doc files included with > the py-appscript source download: appscript.so