diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-05-20 11:32:49 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-05-20 11:32:49 (GMT) |
commit | 4122216739a3f585eda91c267ebdc119c6cf076d (patch) | |
tree | 031519d8c3fa5c5a997b5858ab7d9d6708d1383f /Mac/Demo | |
parent | ab7fcdd770c776c728a12b8598a55e12cdb64260 (diff) | |
download | cpython-4122216739a3f585eda91c267ebdc119c6cf076d.zip cpython-4122216739a3f585eda91c267ebdc119c6cf076d.tar.gz cpython-4122216739a3f585eda91c267ebdc119c6cf076d.tar.bz2 |
Modified for 1.3.3 distribution
Diffstat (limited to 'Mac/Demo')
-rw-r--r-- | Mac/Demo/index.html | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/Mac/Demo/index.html b/Mac/Demo/index.html index 774db68..8d691f4 100644 --- a/Mac/Demo/index.html +++ b/Mac/Demo/index.html @@ -28,22 +28,11 @@ application, when finished, will connect to the net using InterSLIP, start a (pseudo-)POP server on unix using rsh and use AppleScript to tell Eudora to connect to that server and retrieve messages. <p> -<BLOCKQUOTE> -If you want to try the examples with a version of Python earlier -than 1.3.1 you have to download some things. You need an updated -version of <A HREF="update-to-1.3/FrameWork.py">FrameWork.py</A> (to -go in <CODE>Lib:mac</CODE> and updated <A -HREF="update-to-1.3/into-PlugIns.hqx">project templates</A> to go into -the <CODE>PlugIns</CODE> folder for PPC users. <P> -The TextEdit and WASTE examples are not useable with distributions -before 1.3.3. -</BLOCKQUOTE> - -If you are reading this document on the web and would prefer to read -it offline you can transfer the whole stuff (as a BinHexed StuffIt -archive) from <A HREF="complete.hqx"> here</A>. This archive includes -the fixes mentioned in the previous paragraph. <p> - +These examples were all built using Python 1.3.3, which can be downloaded +from <a href="ftp://ftp.cwi.nl/pub/jack/python/mac">ftp.cwi.nl, directory +/pub/jack/python/mac</a>, and possibly from the <a href="ftp://ftp.python/org"> +ftp.python.org</a> server and its mirrors as well. Some examples may work +with earlier versions of Python, some will definitely not. <H2>Table of contents</H2> <UL> @@ -79,6 +68,10 @@ on PowerPC Macs. <A HREF="applescript.html">Using Open Scripting Architecture from Python</A> explains how to create a Python module interfacing to a scriptable application, and how to use that module in your python program. + +<LI> +<A HREF="build.html">Building Mac Python from source</A> explains +how to build a PPC or 68K interpreter from a source distribution. </UL> The Python distribution contains a few more examples, all unexplained: @@ -118,4 +111,4 @@ documentation. <p> <HR> <A HREF="http://www.cwi.nl/~jack">Jack Jansen</A>, -<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 19-Apr-1996. +<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 18-May-1996. |