Re: InteractiveConsole History on Linux

2006-07-16 Thread Chris Spencer
[EMAIL PROTECTED] wrote: > Chris> Yeah, "import readline" works just fine. My problem isn't hard to > Chris> replicate. Can anyone else on Linux get command history to work > Chris> with the following code? Note, it should be saved and run from a > Chris> file. > > Command history

Re: InteractiveConsole History on Linux

2006-07-16 Thread skip
Chris> Yeah, "import readline" works just fine. My problem isn't hard to Chris> replicate. Can anyone else on Linux get command history to work Chris> with the following code? Note, it should be saved and run from a Chris> file. Command history across sessions or just command reca

Re: InteractiveConsole History on Linux

2006-07-15 Thread Chris Spencer
Robert Kern wrote: > Chris Spencer wrote: >> Robert Kern wrote: >>> Chris Spencer wrote: Why does code.InteractiveConsole support command history on Windows, but not in a Gnome terminal (all I get is ^[[A^[[B)? Or does it not support history at all, and the Windows console is imple

Re: InteractiveConsole History on Linux

2006-07-15 Thread Robert Kern
Chris Spencer wrote: > Robert Kern wrote: >> Chris Spencer wrote: >>> Why does code.InteractiveConsole support command history on Windows, >>> but not in a Gnome terminal (all I get is ^[[A^[[B)? Or does it not >>> support history at all, and the Windows console is implementing it's >>> own? Is

Re: InteractiveConsole History on Linux

2006-07-15 Thread Chris Spencer
Robert Kern wrote: > Chris Spencer wrote: >> Why does code.InteractiveConsole support command history on Windows, >> but not in a Gnome terminal (all I get is ^[[A^[[B)? Or does it not >> support history at all, and the Windows console is implementing it's >> own? Is there any way to get command

Re: InteractiveConsole History on Linux

2006-07-15 Thread Chris Spencer
vbgunz wrote: > vbgunz wrote: >>> Why does code.InteractiveConsole support command history on Windows, but >>> not in a Gnome terminal (all I get is ^[[A^[[B)? Or does it not support >>> history at all, and the Windows console is implementing it's own? Is >>> there any way to get command history wo

Re: InteractiveConsole History on Linux

2006-07-15 Thread Robert Kern
Chris Spencer wrote: > Why does code.InteractiveConsole support command history on Windows, but > not in a Gnome terminal (all I get is ^[[A^[[B)? Or does it not support > history at all, and the Windows console is implementing it's own? Is > there any way to get command history working with Int

Re: InteractiveConsole History on Linux

2006-07-15 Thread vbgunz
vbgunz wrote: > > Why does code.InteractiveConsole support command history on Windows, but > > not in a Gnome terminal (all I get is ^[[A^[[B)? Or does it not support > > history at all, and the Windows console is implementing it's own? Is > > there any way to get command history working with Inte

Re: InteractiveConsole History on Linux

2006-07-15 Thread vbgunz
> Why does code.InteractiveConsole support command history on Windows, but > not in a Gnome terminal (all I get is ^[[A^[[B)? Or does it not support > history at all, and the Windows console is implementing it's own? Is > there any way to get command history working with InteractiveConsole on > Lin

InteractiveConsole History on Linux

2006-07-14 Thread Chris Spencer
Why does code.InteractiveConsole support command history on Windows, but not in a Gnome terminal (all I get is ^[[A^[[B)? Or does it not support history at all, and the Windows console is implementing it's own? Is there any way to get command history working with InteractiveConsole on Linux? C