Jack Jansen | a1b7758 | 2003-06-19 22:35:20 +0000 | [diff] [blame] | 1 | This folder contains examples of Python usage and useful scripts and tools. |
| 2 | |
| 3 | You should be aware that these are not Macintosh-specific but are shared |
| 4 | among Python on all platforms, so there are some that only run on Windows |
| 5 | or Unix or another platform, and/or make little sense on a Macintosh. |
| 6 | |
| 7 | Some examples can be run from within the PythonIDE, but many will require |
Jack Jansen | 01d49fa | 2003-06-29 00:24:12 +0000 | [diff] [blame^] | 8 | that you start them from the command line or with PythonLauncher. In the |
| 9 | latter case, you can supply any needed command line arguments by holding |
| 10 | the "alt" key while dragging the script to PythonLauncher (or while |
| 11 | double-clicking the script, if PythonLauncher is set as the default application |
| 12 | to open Python scripts with). |