Commit 968cde98 authored by Jack Jansen's avatar Jack Jansen

Added Corran Webster's explanation of how to write extensions in MPW and a...

Added Corran Webster's explanation of how to write extensions in MPW and a pointer to his W documentation.
parent 3af07e9a
This diff was suppressed by a .gitattributes entry.
......@@ -27,11 +27,17 @@ in PostScript and other forms, see the <a
href="http://www.python.org/doc/">documentation</a> section on the
webserver. <p>
Some of these documents were actually written a long time ago and have seen
little maintainance, so use with care. <p>
The W widget set by Just van Rossum, which is used by the Python IDE, does not
have complete documentation as of this writing, but Corran Webster has
documented most of it on his
<A HREF="http://www.nevada.edu/~cwebster/Python/">Python Page</A>.
<H2>Table of contents</H2>
<blockquote><B>Note:</B>
Some of these documents were actually written a long time ago and have seen
little maintainance, so use with care. </blockquote>
<UL>
<LI>
<A HREF="example0.html">Using python to create Macintosh applications,
......@@ -71,7 +77,12 @@ WASTE, an extended TextEdit replacement.
is meant for the hardcore programmer, and shows how to create an
extension module in C. It also handles using Modulator to create the
boilerplate for your module, and creating dynamically-loadable modules
on PowerPC Macs.
on PowerPC Macs. It assumes you use CodeWarrior for you development.
<LI>
<A HREF="mpwextensions.html">Creating C extension modules using MPW</A>
is a companion document, written by Corran Webster, which explains how you
can develop Python extensions using Apple's free MPW compiler environment.
<LI>
<A HREF="applescript.html">Using Open Scripting Architecture from Python</A> explains
......@@ -140,5 +151,5 @@ documentation. <p>
<HR>
<A HREF="http://www.cwi.nl/~jack">Jack Jansen</A>,
<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 26-Jun-98.
<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 22-Apr-00.
</BODY></HTML>
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment