Sophie

Sophie

distrib > Mandriva > 10.1 > i586 > by-pkgid > ccf83290023404568bb21aa0163b385f > files > 1101

python-docs-2.3.4-6.2.101mdk.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link rel="STYLESHEET" href="mac.css" type='text/css' />
<link rel="SHORTCUT ICON" href="../icons/pyfav.gif" />
<link rel='start' href='../index.html' title='Python Documentation Index' />
<link rel="first" href="mac.html" title='Macintosh Library Modules' />
<link rel='contents' href='contents.html' title="Contents" />
<link rel='index' href='genindex.html' title='Index' />
<link rel='last' href='about.html' title='About this document...' />
<link rel='help' href='about.html' title='About this document...' />
<LINK rel="next" href="osx-gui-scripts.html">
<LINK rel="prev" href="getting-OSX.html">
<LINK rel="parent" href="getting-OSX.html">
<LINK rel="next" href="osx-gui-scripts.html">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name='aesop' content='information' />
<META name="description" content="How to run a Python script">
<META name="keywords" content="mac">
<META name="resource-type" content="document">
<META name="distribution" content="global">
<title>1.1.1 How to run a Python script</title>
</head>
<body>
<DIV CLASS="navigation">
<div id='top-navigation-panel'>
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td class='online-navigation'><a rel="prev" title="1.1 Getting and Installing" 
  href="getting-OSX.html"><img src='../icons/previous.png'
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
<td class='online-navigation'><a rel="parent" title="1.1 Getting and Installing" 
  href="getting-OSX.html"><img src='../icons/up.png'
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
<td class='online-navigation'><a rel="next" title="1.1.2 Running scripts with" 
  href="osx-gui-scripts.html"><img src='../icons/next.png'
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
<td align="center" width="100%">Macintosh Library Modules</td>
<td class='online-navigation'><a rel="contents" title="Table of Contents" 
  href="contents.html"><img src='../icons/contents.png'
  border='0' height='32'  alt='Contents' width='32' /></A></td>
<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
  border='0' height='32'  alt='Module Index' width='32' /></a></td>
<td class='online-navigation'><a rel="index" title="Index" 
  href="genindex.html"><img src='../icons/index.png'
  border='0' height='32'  alt='Index' width='32' /></A></td>
</tr></table>
<div class='online-navigation'>
<b class="navlabel">Previous:</b>
<a class="sectref" rel="prev" href="getting-OSX.html">1.1 Getting and Installing</A>
<b class="navlabel">Up:</b>
<a class="sectref" rel="parent" href="getting-OSX.html">1.1 Getting and Installing</A>
<b class="navlabel">Next:</b>
<a class="sectref" rel="next" href="osx-gui-scripts.html">1.1.2 Running scripts with</A>
</div>
<hr /></div>
</DIV>
<!--End of Navigation Panel-->

<H2><A NAME="SECTION003110000000000000000">
1.1.1 How to run a Python script</A>
</H2>

<P>
Your best way to get started with Python on Mac OS X is through the PythonIDE
integrated development environment, see section <A href="IDE.html#IDE">1.3</A> and use the Help
menu when the IDE is running.

<P>
If you want to run Python scripts from the Terminal window command line
or from the Finder you first need an editor to create your script.
Mac OS X comes with a number of standard <font style="font-variant: small-caps;">Unix</font> command line editors,
<b class="program">vi</b> and <b class="program">emacs</b> among them. If you want a more Mac-like
editor <b class="program">BBEdit</b> or <b class="program">TextWrangler</b> from Bare Bones Software
(see <a class="url" href="http://www.barebones.com/products/bbedit/index.shtml">http://www.barebones.com/products/bbedit/index.shtml</a>) are
good choices.  Their freeware <b class="program">BBEdit Lite</b> is officially
discontinued but still available.  <b class="program">AppleWorks</b> or any other
word processor that can save files in ASCII is also a possibility, but
<b class="program">TextEdit</b> is not: it saves in <span class="file">.rtf</span> format only.

<P>
To run your script from the Terminal window you must make sure that
<span class="file">/usr/local/bin</span> is in your shell search path before <span class="file">/usr/bin</span>,
where the Apple-supplied Python lives (which is version 2.2, as of Mac OS X
10.2.4). 

<P>
To run your script from the Finder you have two options:

<UL>
<LI>Drag it to <b class="program">PythonLauncher</b>
</LI>
<LI>Select <b class="program">PythonLauncher</b> as the default application
    to open your script (or any .py script) through the finder Info window
    and double-click it.
</LI>
</UL>

<P>
PythonLauncher has various preferences to control how your script is launched.
Option-dragging allows you to change these for one invocation, or use its
Preferences menu to change things globally.

<P>

<DIV CLASS="navigation">
<div class='online-navigation'><hr />
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td class='online-navigation'><a rel="prev" title="1.1 Getting and Installing" 
  rel="prev" title="1.1 Getting and Installing" 
  href="getting-OSX.html"><img src='../icons/previous.png'
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
<td class='online-navigation'><a rel="parent" title="1.1 Getting and Installing" 
  rel="parent" title="1.1 Getting and Installing" 
  href="getting-OSX.html"><img src='../icons/up.png'
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
<td class='online-navigation'><a rel="next" title="1.1.2 Running scripts with" 
  rel="next" title="1.1.2 Running scripts with" 
  href="osx-gui-scripts.html"><img src='../icons/next.png'
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
<td align="center" width="100%">Macintosh Library Modules</td>
<td class='online-navigation'><a rel="contents" title="Table of Contents" 
  rel="contents" title="Table of Contents" 
  href="contents.html"><img src='../icons/contents.png'
  border='0' height='32'  alt='Contents' width='32' /></A></td>
<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
  border='0' height='32'  alt='Module Index' width='32' /></a></td>
<td class='online-navigation'><a rel="index" title="Index" 
  rel="index" title="Index" 
  href="genindex.html"><img src='../icons/index.png'
  border='0' height='32'  alt='Index' width='32' /></A></td>
</tr></table>
<div class='online-navigation'>
<b class="navlabel">Previous:</b>
<a class="sectref" rel="prev" href="getting-OSX.html">1.1 Getting and Installing</A>
<b class="navlabel">Up:</b>
<a class="sectref" rel="parent" href="getting-OSX.html">1.1 Getting and Installing</A>
<b class="navlabel">Next:</b>
<a class="sectref" rel="next" href="osx-gui-scripts.html">1.1.2 Running scripts with</A>
</div>
</div>
<hr />
<span class="release-info">Release 2.3.4, documentation updated on May 20, 2004.</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>