Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 968cde9

Browse files
committed
Added Corran Webster's explanation of how to write extensions in MPW and a pointer to his W documentation.
1 parent 3af07e9 commit 968cde9

3 files changed

Lines changed: 499 additions & 4 deletions

File tree

Mac/Demo/html.icons/createmake.png

13.9 KB
Loading

Mac/Demo/index.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,17 @@ <H1><IMG SRC="html.icons/python.gif">Macintosh Python crash course</H1>
2727
href="http://www.python.org/doc/">documentation</a> section on the
2828
webserver. <p>
2929

30-
Some of these documents were actually written a long time ago and have seen
31-
little maintainance, so use with care. <p>
30+
The W widget set by Just van Rossum, which is used by the Python IDE, does not
31+
have complete documentation as of this writing, but Corran Webster has
32+
documented most of it on his
33+
<A HREF="http://www.nevada.edu/~cwebster/Python/">Python Page</A>.
34+
3235

3336
<H2>Table of contents</H2>
3437

38+
<blockquote><B>Note:</B>
39+
Some of these documents were actually written a long time ago and have seen
40+
little maintainance, so use with care. </blockquote>
3541
<UL>
3642
<LI>
3743
<A HREF="example0.html">Using python to create Macintosh applications,
@@ -71,7 +77,12 @@ <H2>Table of contents</H2>
7177
is meant for the hardcore programmer, and shows how to create an
7278
extension module in C. It also handles using Modulator to create the
7379
boilerplate for your module, and creating dynamically-loadable modules
74-
on PowerPC Macs.
80+
on PowerPC Macs. It assumes you use CodeWarrior for you development.
81+
82+
<LI>
83+
<A HREF="mpwextensions.html">Creating C extension modules using MPW</A>
84+
is a companion document, written by Corran Webster, which explains how you
85+
can develop Python extensions using Apple's free MPW compiler environment.
7586

7687
<LI>
7788
<A HREF="applescript.html">Using Open Scripting Architecture from Python</A> explains
@@ -140,5 +151,5 @@ <H2>Table of contents</H2>
140151

141152
<HR>
142153
<A HREF="http://www.cwi.nl/~jack">Jack Jansen</A>,
143-
<A HREF="mailto:[email protected]">[email protected]</A>, 26-Jun-98.
154+
<A HREF="mailto:[email protected]">[email protected]</A>, 22-Apr-00.
144155
</BODY></HTML>

0 commit comments

Comments
 (0)