decent interactive python shell on MS Windows?

Reedick, Andrew jr9445 at ATT.COM
Wed Oct 1 13:07:02 EDT 2008


> -----Original Message-----
> From: python-list-bounces+jr9445=att.com at python.org [mailto:python-
> list-bounces+jr9445=att.com at python.org] On Behalf Of
> james.kirin39 at gmail.com
> Sent: Wednesday, October 01, 2008 12:54 PM
> To: python-list at python.org
> Subject: decent interactive python shell on MS Windows?
 

 
> 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)

Just turn QuickEdit on.  Create shortcut to CMD.exe (or python.exe.)
Right click the short cut, Properties -> Options.  Check QuickEdit and
InsertMode.  When you save, choose Apply to all...  You can paste by
right clicking.  To copy just highlight and hit return.

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

CMD has doskey for command history.  To search the history, type a few
leading characters of the command you want to recall and press F8.  Type
"help doskey" for more info.




*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA623





More information about the Python-list mailing list