summaryrefslogtreecommitdiffstats
path: root/Mac/Demo/index.html
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1998-06-26 15:01:52 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1998-06-26 15:01:52 (GMT)
commitd969061744885195448d92b40c965d6785d91b73 (patch)
treec4a2d4d9e8e8d3b4ae3d07630c4a60f01eb9c968 /Mac/Demo/index.html
parent1118c44369d277d883e38d3233f07d51ac9b9429 (diff)
downloadcpython-d969061744885195448d92b40c965d6785d91b73.zip
cpython-d969061744885195448d92b40c965d6785d91b73.tar.gz
cpython-d969061744885195448d92b40c965d6785d91b73.tar.bz2
Initial documentation on freezing.
Diffstat (limited to 'Mac/Demo/index.html')
-rw-r--r--Mac/Demo/index.html13
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>