Better Run Script Interface
Status: Beta
Brought to you by:
kbk
TeachScheme has an interesting mode that I like. Whenever you run a script, the "shell" environment is created afresh, and the shell can then be used to inspect effects of the script.
The whole interface for running scripts needs to be changed; I'd like to see a one-key binding that pops up a dialog where you can specify - whether to use debug mode - command line arguments Pythonwin has this (plus an option to suppress the dialog and use last time's defaults).
--Guido van Rossum
(home page: http://www.python.org/~guido/\)
14 July 2001
Logged In: YES
user_id=149084
Marilyn Davis <marilyn@deliberate.com> writes: [Idle-dev]
> My friends and I can't find a way to set up command line arguments
> to feed into our python programs while using idle.
>
> This would be a useful feature.
>
> It's easy to work-around this but, still, it would be nice.