decent interactive python shell on MS Windows?

David 71david at libero.it
Wed Oct 1 14:03:50 EDT 2008


Il Wed, 1 Oct 2008 09:53:48 -0700 (PDT), james.kirin39 at gmail.com ha scritto:

> Is there an interactive Python shell on Windows that supports:
> 
> - easy copy-pasting to/from an editor? (as opposed to the cumbersome
> "mark", "copy" and then "paste" sequence that any terminal on Windows
> seems forced to adopt)

1) Right mouse button on the link to open a command shell
2) select the tab Options
3) in the box Edit Options, check the Rapid Edit Mode
4) click OK

Now you can use the left mouse button to highlight a portion of the shell
and the right button to paste it.

> 
> - readline-like command history (up/down for previous/next command,
> Ctr-R for searching, etc) ?

Idle or (better) iPython. The copy/paste 'problem' is solved above.

D.



More information about the Python-list mailing list