Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 0b7eb7009605a11593fbe388d7fbee61 > files > 869

python-docs-2.2-9.1mdk.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Macintosh Library Modules</title>
<META NAME="description" CONTENT="Macintosh Library Modules">
<META NAME="keywords" CONTENT="mac">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<meta http-equiv="Content-Type" content="text/html; charset=">
<link rel="STYLESHEET" href="mac.css">
<link rel="first" href="mac.html">
<link rel="contents" href="contents.html" title="Contents">
<link rel="index" href="genindex.html" title="Index">
<LINK REL="next" href="front.html">
</head>
<body>
<DIV CLASS="navigation">
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td><img src="../icons/blank.gif"
  border="0" height="32"
  alt="" width="32"></td>
<td><A HREF="../index.html"><img src="../icons/up.gif"
  border="0" height="32"
  alt="Up One Level" width="32"></A></td>
<td><A href="front.html"><img src="../icons/next.gif"
  border="0" height="32"
  alt="Next Page" width="32"></A></td>
<td align="center" width="100%">Macintosh Library Modules</td>
<td><A href="contents.html"><img src="../icons/contents.gif"
  border="0" height="32"
  alt="Contents" width="32"></A></td>
<td><a href="modindex.html" title="Module Index"><img src="../icons/modules.gif"
  border="0" height="32"
  alt="Module Index" width="32"></a></td>
<td><A href="genindex.html"><img src="../icons/index.gif"
  border="0" height="32"
  alt="Index" width="32"></A></td>
</tr></table>
<b class="navlabel">Up:</b> <a class="sectref" HREF="../index.html">Python Documentation Index</A>
<b class="navlabel">Next:</b> <a class="sectref" href="front.html">Front Matter</A>
<br><hr>
</DIV>
<!--End of Navigation Panel-->

<P>

<div class="titlepage">
<center>
<h1>Macintosh Library Modules</h1>
<p><b><font size="+2">Guido van Rossum
<BR>
Fred L. Drake, Jr., editor</font></b></p>
<p>
	<b>PythonLabs</b>
<BR>
Email: <span class="email">python-docs@python.org</span>
</p>
<p><strong>Release 2.2</strong><br>
<strong>December 21, 2001</strong></p>
<p>
</center>
</div>

<P>

<p><hr>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"></a>

<UL CLASS="ChildLinks">
<LI><A href="front.html">Front Matter</a>
<LI><A href="contents.html">Contents</a>
<LI><A href="using.html">1. Using Python on the Macintosh</a>
<UL>
<LI><A href="getting.html">1.1 Getting and Installing MacPython</a>
<LI><A href="interpreter.html">1.2 Entering the interactive Interpreter</a>
<LI><A href="node6.html">1.3 How to run a Python script</a>
<UL>
<LI><A href="node7.html">1.3.1 Drag and drop</a>
<LI><A href="creator-code.html">1.3.2 Set Creator and Double Click</a>
</ul>
<LI><A href="argv.html">1.4 Simulating command line arguments</a>
<LI><A href="node10.html">1.5 Creating a Python script</a>
<UL>
<LI><A href="node11.html">1.5.1 In an editor</a>
</ul>
<LI><A href="IDE.html">1.6 The IDE</a>
<UL>
<LI><A href="node15.html">1.6.1 Using the ``Python Interactive'' window</a>
<LI><A href="IDEwrite.html">1.6.2 Writing a Python Script</a>
<LI><A href="IDEexecution.html">1.6.3 Executing a script from within the IDE</a>
<LI><A href="IDEapplet.html">1.6.4 ``Save as'' versus ``Save as Applet''</a>
</ul>
<LI><A href="configuration.html">1.7 Configuration</a>
<UL>
<LI><A href="EditPythonPrefs.html">1.7.1 EditPythonPrefs</a>
<LI><A href="search-path.html">1.7.2 Adding modules to the Module Search Path</a>
<LI><A href="defaults.html">1.7.3 Default startup options</a>
</ul>
<LI><A href="node23.html">1.8 Mac OS X</a>
</ul>
<LI><A href="macpython-modules.html">2. MacPython Modules</a>
<UL>
<LI><A href="module-mac.html">2.1 <tt class="module">mac</tt> --
         Implementations for the <tt class="module">os</tt> module</a>
<LI><A href="module-macpath.html">2.2 <tt class="module">macpath</tt> --
         MacOS path manipulation functions</a>
<LI><A href="module-ctb.html">2.3 <tt class="module">ctb</tt> --
         Interface to the Communications Tool Box</a>
<UL>
<LI><A href="connection-object.html">2.3.1 Connection Objects</a>
</ul>
<LI><A href="module-macfs.html">2.4 <tt class="module">macfs</tt> --
         Various file system services</a>
<UL>
<LI><A href="fsspec-objects.html">2.4.1 FSSpec objects</a>
<LI><A href="alias-objects.html">2.4.2 Alias Objects</a>
<LI><A href="finfo-objects.html">2.4.3 FInfo Objects</a>
</ul>
<LI><A href="module-ic.html">2.5 <tt class="module">ic</tt> --
         Access to Internet Config</a>
<UL>
<LI><A href="node34.html">2.5.1 IC Objects</a>
</ul>
<LI><A href="module-MacOS.html">2.6 <tt class="module">MacOS</tt> --
         Access to Mac OS interpreter features</a>
<LI><A href="module-macostools.html">2.7 <tt class="module">macostools</tt> --
         Convenience routines for file manipulation</a>
<LI><A href="module-findertools.html">2.8 <tt class="module">findertools</tt> --
         The <b class="program">finder</b>'s Apple Events interface</a>
<LI><A href="module-macspeech.html">2.9 <tt class="module">macspeech</tt> --
         Interface to the Macintosh Speech Manager</a>
<UL>
<LI><A href="voice-objects.html">2.9.1 Voice Objects</a>
<LI><A href="speech-channel-objects.html">2.9.2 Speech Channel Objects</a>
</ul>
<LI><A href="module-EasyDialogs.html">2.10 <tt class="module">EasyDialogs</tt> --
         Basic Macintosh dialogs</a>
<LI><A href="module-FrameWork.html">2.11 <tt class="module">FrameWork</tt> --
         Interactive application framework</a>
<UL>
<LI><A href="application-objects.html">2.11.1 Application Objects</a>
<LI><A href="window-objects.html">2.11.2 Window Objects</a>
<LI><A href="controlswindow-object.html">2.11.3 ControlsWindow Object</a>
<LI><A href="scrolledwindow-object.html">2.11.4 ScrolledWindow Object</a>
<LI><A href="dialogwindow-objects.html">2.11.5 DialogWindow Objects</a>
</ul>
<LI><A href="module-MiniAEFrame.html">2.12 <tt class="module">MiniAEFrame</tt> --
         Open Scripting Architecture server support</a>
<UL>
<LI><A href="aeserver-objects.html">2.12.1 AEServer Objects</a>
</ul>
<LI><A href="module-aepack.html">2.13 <tt class="module">aepack</tt> --
         Conversion between Python variables and AppleEvent data containers</a>
<LI><A href="module-aetypes.html">2.14 <tt class="module">aetypes</tt> --
         AppleEvent objects</a>
</ul>
<LI><A href="toolbox.html">3. MacOS Toolbox Modules</a>
<UL>
<LI><A href="module-Carbon.AE.html">3.1 <tt class="module">Carbon.AE</tt> -- Apple Events</a>
<LI><A href="module-Carbon.App.html">3.2 <tt class="module">Carbon.App</tt> -- Appearance Manager</a>
<LI><A href="module-Carbon.CF.html">3.3 <tt class="module">Carbon.CF</tt> -- Core Foundation</a>
<LI><A href="module-Carbon.Cm.html">3.4 <tt class="module">Carbon.Cm</tt> -- Component Manager</a>
<LI><A href="module-Carbon.Ctl.html">3.5 <tt class="module">Carbon.Ctl</tt> -- Control Manager</a>
<LI><A href="module-Carbon.Dlg.html">3.6 <tt class="module">Carbon.Dlg</tt> -- Dialog Manager</a>
<LI><A href="module-Carbon.Evt.html">3.7 <tt class="module">Carbon.Evt</tt> -- Event Manager</a>
<LI><A href="module-Carbon.Fm.html">3.8 <tt class="module">Carbon.Fm</tt> -- Font Manager</a>
<LI><A href="module-Carbon.Help.html">3.9 <tt class="module">Carbon.Help</tt> -- Help Manager</a>
<LI><A href="module-Carbon.List.html">3.10 <tt class="module">Carbon.List</tt> -- List Manager</a>
<LI><A href="module-Carbon.Menu.html">3.11 <tt class="module">Carbon.Menu</tt> -- Menu Manager</a>
<LI><A href="module-Carbon.Mlte.html">3.12 <tt class="module">Carbon.Mlte</tt> -- MultiLingual Text Editor</a>
<LI><A href="module-Carbon.Qd.html">3.13 <tt class="module">Carbon.Qd</tt> -- QuickDraw</a>
<LI><A href="module-Carbon.Qdoffs.html">3.14 <tt class="module">Carbon.Qdoffs</tt> -- QuickDraw Offscreen</a>
<LI><A href="module-Carbon.Qt.html">3.15 <tt class="module">Carbon.Qt</tt> -- QuickTime</a>
<LI><A href="module-Carbon.Res.html">3.16 <tt class="module">Carbon.Res</tt> -- Resource Manager and Handles</a>
<LI><A href="module-Carbon.Scrap.html">3.17 <tt class="module">Carbon.Scrap</tt> -- Scrap Manager</a>
<LI><A href="module-Carbon.Snd.html">3.18 <tt class="module">Carbon.Snd</tt> -- Sound Manager</a>
<LI><A href="module-Carbon.TE.html">3.19 <tt class="module">Carbon.TE</tt> -- TextEdit</a>
<LI><A href="module-Carbon.Win.html">3.20 <tt class="module">Carbon.Win</tt> -- Window Manager</a>
<LI><A href="module-ColorPicker.html">3.21 <tt class="module">ColorPicker</tt> --
         Color selection dialog</a>
</ul>
<LI><A href="undocumented-modules.html">4. Undocumented Modules</a>
<UL>
<LI><A href="module-applesingle.html">4.1 <tt class="module">applesingle</tt> -- AppleSingle decoder</a>
<LI><A href="module-buildtools.html">4.2 <tt class="module">buildtools</tt> -- Helper module for BuildApplet and Friends</a>
<LI><A href="module-pyresource.html">4.3 <tt class="module">py_resource</tt> -- Resources from Python code</a>
<LI><A href="module-cfmfile.html">4.4 <tt class="module">cfmfile</tt> -- Code Fragment Resource module</a>
<LI><A href="module-icopen.html">4.5 <tt class="module">icopen</tt> -- Internet Config replacement for <tt class="method">open()</tt></a>
<LI><A href="module-macerrors.html">4.6 <tt class="module">macerrors</tt> -- Mac OS Errors</a>
<LI><A href="module-macfsn.html">4.7 <tt class="module">macfsn</tt> -- NavServices calls</a>
<LI><A href="module-macresource.html">4.8 <tt class="module">macresource</tt> -- Locate script resources</a>
<LI><A href="module-Nac.html">4.9 <tt class="module">Nav</tt> -- NavServices calls</a>
<LI><A href="module-mactty.html">4.10 <tt class="module">mactty</tt> -- Serial line connections</a>
<LI><A href="module-mkcwproject.html">4.11 <tt class="module">mkcwproject</tt> -- Create CodeWarrior projects</a>
<LI><A href="module-nsremote.html">4.12 <tt class="module">nsremote</tt> -- Wrapper around Netscape OSA modules</a>
<LI><A href="module-PixMapWrapper.html">4.13 <tt class="module">PixMapWrapper</tt> -- Wrapper for PixMap objects</a>
<LI><A href="module-preferences.html">4.14 <tt class="module">preferences</tt> -- Application preferences manager</a>
<LI><A href="module-pythonprefs.html">4.15 <tt class="module">pythonprefs</tt> -- Preferences manager for Python</a>
<LI><A href="module-quietconsole.html">4.16 <tt class="module">quietconsole</tt> -- non-visible stdout output</a>
<LI><A href="module-videoreader.html">4.17 <tt class="module">videoreader</tt> -- read QuickTime movies</a>
<LI><A href="module-W.html">4.18 <tt class="module">W</tt> -- Widgets built on <tt class="module">FrameWork</tt></a>
<LI><A href="module-waste.html">4.19 <tt class="module">waste</tt> -- non-Apple <b class="program">TextEdit</b> replacement</a>
</ul>
<LI><A href="node94.html">A. History and License</a>
<UL>
<LI><A href="node95.html">A.1 History of the software</a>
<LI><A href="node96.html">A.2 Terms and conditions for accessing or otherwise using Python</a>
</ul>
<LI><A href="modindex.html">Module Index</a>
<LI><A href="genindex.html">Index</a>
<LI><A href="about.html">About this document ...</a>
</ul>
<!--End of Table of Child-Links-->

<DIV CLASS="navigation">
<p><hr>
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td><img src="../icons/blank.gif"
  border="0" height="32"
  alt="" width="32"></td>
<td><A HREF="../index.html"><img src="../icons/up.gif"
  border="0" height="32"
  alt="Up One Level" width="32"></A></td>
<td><A href="front.html"><img src="../icons/next.gif"
  border="0" height="32"
  alt="Next Page" width="32"></A></td>
<td align="center" width="100%">Macintosh Library Modules</td>
<td><A href="contents.html"><img src="../icons/contents.gif"
  border="0" height="32"
  alt="Contents" width="32"></A></td>
<td><a href="modindex.html" title="Module Index"><img src="../icons/modules.gif"
  border="0" height="32"
  alt="Module Index" width="32"></a></td>
<td><A href="genindex.html"><img src="../icons/index.gif"
  border="0" height="32"
  alt="Index" width="32"></A></td>
</tr></table>
<b class="navlabel">Up:</b> <a class="sectref" HREF="../index.html">Python Documentation Index</A>
<b class="navlabel">Next:</b> <a class="sectref" href="front.html">Front Matter</A>
<hr>
<span class="release-info">Release 2.2, documentation updated on December 21, 2001.</span>
</DIV>
<!--End of Navigation Panel-->
<ADDRESS>
See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
</ADDRESS>
</BODY>
</HTML>