Calling Mac programs from Python instead of from AppleScript

has has.temp3 at virgin.net
Thu Mar 20 08:08:10 EDT 2008


On 19 Mar, 20:10, Kevin Walzer <k... at codebykevin.com> wrote:

> Take a look at appscript:
>
> http://appscript.sourceforge.net/


Also, once appscript is installed, don't forget to import it before
use:

from appscript import *
app('Maya').execute('sphere')


HTH

has
--
Control AppleScriptable applications from Python, Ruby and ObjC:
http://appscript.sourceforge.net




More information about the Python-list mailing list