diff options
Diffstat (limited to 'Mac/Demo/applescript.html')
-rw-r--r-- | Mac/Demo/applescript.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Mac/Demo/applescript.html b/Mac/Demo/applescript.html index 014e2ad896..5e4fac7e33 100644 --- a/Mac/Demo/applescript.html +++ b/Mac/Demo/applescript.html @@ -4,6 +4,10 @@ <h1>Using the Open Scripting Architecture from Python</h1> <hr> +<p><b>NOTE:</b> this document describes the OSA support that is shipped with +the core python distribution. Most users are better of with the more +userfriendly <a href="http://freespace.virgin.net/hamish.sanderson/appscript.html">appscript library</a>. + <p>OSA support in Python is still not 100% complete, but there is already enough in place to allow you to do some nifty things with other programs from your python program. </p> @@ -355,4 +359,4 @@ man pages for more details. </body> -</html>
\ No newline at end of file +</html> |