diff options
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: |