Jack Jansen | b95901e | 1997-09-09 13:58:19 +0000 | [diff] [blame] | 1 | STR# 26733 |
| 2 | DIALOG 511 |
| 3 | 1.1 Enter folders to include in sys.path. Use the arrow keys to navigate. |
| 4 | 2.1 Press when done. |
| 5 | 3.1 Press to leave settings as they are. |
| 6 | 4.1 Select the folder that will replace $(PYTHON) in sys.path items. |
| 7 | 7.1 Press to show a dialog that allows you to set options. |
| 8 | 9.1 Press here to turn help balloons off again. |
| 9 | END-DIALOG |
| 10 | DIALOG 510 |
| 11 | 1.1 Turn this item on to get the standard >>> prompt after a script terminates. |
| 12 | 1.3 Turn this item off to have the interpreter terminate when a script terminates. |
| 13 | 2.1 Turn this option on to get feedback on where modules are found and what their type is. |
| 14 | 2.3 Turn this option off to stop import feedback. |
| 15 | 3.1 Turn this option on to strip LINO instructions from Python bytecode. Gives a slight speedup. |
| 16 | 3.3 Turn this option off to include LINO instructions in the bytecode. This enables line numbers in traceback printouts. |
| 17 | 4.1 Turn this on to show output byte-by-byte as it is produced. Slows things down. |
| 18 | 4.3 Turn this off to show output on a line-by-line basis, or when input is requested. |
| 19 | 5.1 Print gibberish only Guido understands. |
| 20 | 5.3 Stop printing gibberish. |
| 21 | 6.1 Turn this on to keep the console window open after successful script termination. |
| 22 | 6.3 Turn this off to quit python automatically after successful script termination. |
| 23 | 7.1 Turn this on to keep the console window open after a script aborts. |
| 24 | 7.3 Turn this off to quit python automatically after a script aborts. |
| 25 | 8.1 Turn this on to stop the user from asking for the startup option dialog with the option key. Use this on applets only. |
| 26 | 8.3 Turn this off to enable the user to set options by depressing <option> while Python is starting up. |
| 27 | 9.1 If you enable this Python will not try to build a unix-style sys.argv, leaving all AppleEvents for your script. Use this for applets only. |
| 28 | 9.3 If you disable this Python will create a sys.argv consisting of the files dropped on the interpreter or applet. |
| 29 | 10.1 Turn this on to refrain from showing the console window and menu bar until something is printed. Use this for applets only. |
| 30 | 10.3 Turn this off to show the console window and menu bar immedeately upon startup. |
| 31 | 11.1 The creator code Python will create files with. Select your favourite text editor. |
| 32 | 12.1 The type code Python will create files with. TEXT is probably best. |
| 33 | 13.1 Press here when satisfied with your new settings in this dialog. |
| 34 | 14.1 Press here when you're not satisfied with your new settings. |
Jack Jansen | 6f8a6d2 | 2000-05-09 10:01:52 +0000 | [diff] [blame^] | 35 | 19.1 Select to warn for inconsistent TAB usage in sources. |
| 36 | 19.3 Deselect to disable TAB consistency warnings. |
Jack Jansen | b95901e | 1997-09-09 13:58:19 +0000 | [diff] [blame] | 37 | 20.1 Selecting this disables the new package and site-python features. |
| 38 | 20.3 Deselecting this enables the new package and site-python features. |
Jack Jansen | 6f8a6d2 | 2000-05-09 10:01:52 +0000 | [diff] [blame^] | 39 | 21.1 Select this to use old-style Standard File calls in macfs |
| 40 | 21.3 Deselect this to auto-import macfsn which replaces macfs StandardFile calls with Navigation Services wrappers |
| 41 | 22.1 Press here to turn help balloons off again. |
Jack Jansen | b95901e | 1997-09-09 13:58:19 +0000 | [diff] [blame] | 42 | END-DIALOG |
| 43 | END |