diff options
Diffstat (limited to 'Mac/Demo/index.html')
-rw-r--r-- | Mac/Demo/index.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Mac/Demo/index.html b/Mac/Demo/index.html index c122b60..f073086 100644 --- a/Mac/Demo/index.html +++ b/Mac/Demo/index.html @@ -52,6 +52,12 @@ mac application, using a modeless dialog, menus, etc. It also explains how to create applets, standalone applications written in Python. <LI> +<A HREF="freezing.html">Freezing Python programs</A> extends on this concept, +and shows you how to create applications that can be used on machines without +a full Python installed. This one is probably best skipped on first contact +with MacPython. + +<LI> <A HREF="textedit.html">Using FrameWork and TextEdit</A> shows you how to use <code>FrameWork</code> application framework and the <code>TextEdit</code> toolbox to build a text editor. @@ -85,11 +91,6 @@ how to build a PPC or 68K interpreter from a source distribution. <A HREF="embed.html">Embedding Python on the Mac</A> is a minimal example of how to embed Python in other Mac applications. -<LI> -<a href="standalone.html">Building Standalone applications in Python</a> -explains how you can create real standalone applications in Python. You do -need source (and a C development environment) for this at the moment. - </UL> The Python distribution contains a few more examples, all unexplained: @@ -136,5 +137,5 @@ documentation. <p> <HR> <A HREF="http://www.cwi.nl/~jack">Jack Jansen</A>, -<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 27-Apr-98. +<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 26-Jun-98. </BODY></HTML> |