Modified for 1.3.3 distribution
This commit is contained in:
parent
ab7fcdd770
commit
4122216739
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue