diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1998-01-06 16:50:44 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1998-01-06 16:50:44 (GMT) |
commit | ae4300f8fb83fc06f80c60d5846cce37cd4bd148 (patch) | |
tree | de22180048f7a0e2ec648e06e4d5fa99d2de3aeb /Mac/Demo/embed.html | |
parent | 6b02ac23210859a416b1d90f5afb3e4e910779d0 (diff) | |
download | cpython-ae4300f8fb83fc06f80c60d5846cce37cd4bd148.zip cpython-ae4300f8fb83fc06f80c60d5846cce37cd4bd148.tar.gz cpython-ae4300f8fb83fc06f80c60d5846cce37cd4bd148.tar.bz2 |
Updated embed demo, and put a note in the html file that you need a
source or development distribution to try it.
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: |