[Pythonmac-SIG] Interactive Python Question

Bob Ippolito bob at redivi.com
Mon Nov 10 20:03:41 EST 2003


On Nov 10, 2003, at 7:36 PM, Jason Clark wrote:

> Is there any way to get shell-style editing in Interactive Python?   
> When using MacPython IDE's interactive window, the arrow keys move you  
> around the window; when using Panther's cmdline python2.3 (which I  
> prefer), the arrow keys generate ctrl characters.  I'd really to have  
> shell editing behavior:  Up/Down arrow moves through history,  
> left/right arrows edit the current line, and emacs bindings (like  
> Ctrl-A & Ctrl-E) wouldn't be bad either.  I read somewhere that curses  
> support can be compiled into python, but I think they were talking  
> about writing python scripts that use curses, not the interpreter.   
> Any suggestions?

Install the readline module using Package Manager.  It won't do  
anything for you with the MacPython IDE, but it will "fix" the command  
line interpreter.

See also:  
http://pythonmac.org/wiki/FAQ#head- 
dd12b4c4aebd339b7d7de442ed60a196db2d2667

-bob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2357 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythonmac-sig/attachments/20031110/f5ff8034/smime-0001.bin


More information about the Pythonmac-SIG mailing list