diff options
Diffstat (limited to 'Mac/Demo/embed.html')
-rw-r--r-- | Mac/Demo/embed.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mac/Demo/embed.html b/Mac/Demo/embed.html index 81a91ab..82b5473 100644 --- a/Mac/Demo/embed.html +++ b/Mac/Demo/embed.html @@ -5,6 +5,11 @@ <BODY> <H1>Embedding Python on the Mac</H1> <HR> +<B>Note</B>: if you have a binary-only release of MacPython you will not +have this demo installed. Go to +<a href="http://www.cwi.nl/~jack/macpython.html">Jack's MacPython Page</a> +to download either a source or a development release if you want to embed +Python in other applications. <p> Embedding Python on the mac is pretty similar to embedding it on other platforms, but a few points need mentioning: |