2

Is it possible to use Python in the way that AppleScript is used to automate/customize the Mac OS?

0

2 Answers 2

3

http://appscript.sourceforge.net/

Sign up to request clarification or add additional context in comments.

1 Comment

appscript is deprecated...it does not work correctly under Lion.
2

Since appscript is deprecated and no longer maintained, you might want to look at simply executing AppleScript directly from your python script with a popen() to /usr/bin/osascript.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.