diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1999-12-03 16:00:20 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1999-12-03 16:00:20 (GMT) |
commit | dd206899dbb0a876abc818c563a9a658a24ab452 (patch) | |
tree | 2792e0415eb34cf5e460a30cf9cc71482e3a1858 /Mac/Demo/example2.html | |
parent | 2450a25fcd146ddaaec6b0f1e962c482396f372d (diff) | |
download | cpython-dd206899dbb0a876abc818c563a9a658a24ab452.zip cpython-dd206899dbb0a876abc818c563a9a658a24ab452.tar.gz cpython-dd206899dbb0a876abc818c563a9a658a24ab452.tar.bz2 |
Standalone.html is long obsolete. Added description of BuildApplication
process to freezing.html.
Diffstat (limited to 'Mac/Demo/example2.html')
-rw-r--r-- | Mac/Demo/example2.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Demo/example2.html b/Mac/Demo/example2.html index c8dde76..2c3cd22 100644 --- a/Mac/Demo/example2.html +++ b/Mac/Demo/example2.html @@ -33,7 +33,7 @@ applet by double-clicking one of the datafiles. <p> Let's have a look at dnslookup-2.rsrc, our resource file. Dialog 512 is the main window which has one button (Lookup), two labels and -two text entry areas, one of which is used for output only. The "Quit" and +two text entry areas, one of which is used for output only. The "Quit" button has disappeared, because its function is handled by a menu choice. Here's what it will look like at run time:<p> <div align=center> @@ -127,7 +127,7 @@ applet does still depend on a lot of the python environment: the PythonCore shared library, the Python Preferences file, the python Lib folder and any other modules that the main module depends on. It is possible to get rid of all these dependencies and create true standalone -applications in Python, but this is a bit difficult. See <a href="standalone.html"> +applications in Python, but this is a bit difficult. See <a href="freezing.html"> Standalone Applications in Python</a> for details. For this document, by standalone we mean here that the script has the look-and-feel of an application, including the |