/Mac/Resources/app/Resources/English.lproj/Documentation/finder.html
http://unladen-swallow.googlecode.com/ · HTML · 36 lines · 35 code · 1 blank · 0 comment · 0 complexity · e9fb3906f8c875d603a119058c5310ea MD5 · raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
- <html lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
- <title>Python and the Finder</title>
- <meta name="generator" content="BBEdit 6.5.3">
- <link rel="SHORTCUT ICON" href="pythonsmall.gif">
- <META NAME="AppleIcon" CONTENT="pythonsmall.gif">
- </head>
- <body>
- <h1>Running Python scripts from the Finder</h1>
- <table>
- <tr>
- <td>
- <img src="python.gif" width="128" height="128" align="top" alt="">
- </td>
- <td>
- <p>The application PythonLauncher will start a Python interpreter
- when you drop a Python source file onto it, any file with a <tt>.py</tt>
- or <tt>.pyw</tt> extension. If you set PythonLauncher as the default
- application to open a file
- (<a href="help:search=Changing%20the%20application%20that%20opens%20a%20file bookID=Mac%20Help">
- tell me more</a>) this also works when you double click a Python script.</p>
- <p>PythonLauncher has preferences per filetype for selecting
- the interpreter to use, and how to launch it: in a Terminal window
- or not, etc. Holding the Option key while launching your script will
- bring up a window that allows changing these settings for a single
- run. </p>
- </td>
- </tr>
- </table>
- <hr>
- </body>
- </html>