diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1997-01-15 16:53:37 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-01-15 16:53:37 (GMT) |
commit | 6ad8d13fe2a9c023969d184554aeb1e557115f57 (patch) | |
tree | 1b170bf9c7d6d79df4abc4749429f0e460108d87 /Mac/Demo/index.html | |
parent | 52ac0372492200e326677c95ffc2fe35358c0dd2 (diff) | |
download | cpython-6ad8d13fe2a9c023969d184554aeb1e557115f57.zip cpython-6ad8d13fe2a9c023969d184554aeb1e557115f57.tar.gz cpython-6ad8d13fe2a9c023969d184554aeb1e557115f57.tar.bz2 |
"ported" Guido's embedding demo to the mac, and wrote some minimal
notes on embedding on the mac.
Diffstat (limited to 'Mac/Demo/index.html')
-rw-r--r-- | Mac/Demo/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mac/Demo/index.html b/Mac/Demo/index.html index 6e24c57..ba1500d 100644 --- a/Mac/Demo/index.html +++ b/Mac/Demo/index.html @@ -89,6 +89,11 @@ in Python. <LI> <A HREF="building.html">Building Mac Python from source</A> explains how to build a PPC or 68K interpreter from a source distribution. + +<LI> +<A HREF="embed.html">Embedding Python on the Mac</A> is a minimal example of +how to embed Python in other Mac applications. + </UL> The Python distribution contains a few more examples, all unexplained: |