Re: how to move cursor in Interactive Interpreter

2007-08-14 Thread yan . python
On 8 14 , 9 20 , Peter Otten <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > what am i supposed to do to install the module GNU readline correctly > > then? > > by the way,my linux is Mandriva 10 > > Use the package manager of your distribution to install the readline > development pac

Re: how to move cursor in Interactive Interpreter

2007-08-14 Thread Peter Otten
[EMAIL PROTECTED] wrote: > what am i supposed to do to install the module GNU readline correctly > then? > by the way,my linux is Mandriva 10 Use the package manager of your distribution to install the readline development package -- after some struggle with Mandriva's website I came to suppose

Re: how to move cursor in Interactive Interpreter

2007-08-14 Thread yan . python
On 8 14 , 2 44 , Peter Otten <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > i have a question. > > when i run Interactive Interpreter in linux command promt,how can i > > move the cursor. > > for example,when i enter a string,i often enter the quotation mark "" > > first,and the move

Re: how to move cursor in Interactive Interpreter

2007-08-13 Thread Peter Otten
[EMAIL PROTECTED] wrote: > i have a question. > when i run Interactive Interpreter in linux command promt,how can i > move the cursor. > for example,when i enter a string,i often enter the quotation mark "" > first,and the move the cursor inside the mark to enter the string,in > windows,it is ok

how to move cursor in Interactive Interpreter

2007-08-13 Thread yan . python
i have a question. when i run Interactive Interpreter in linux command promt,how can i move the cursor. for example,when i enter a string,i often enter the quotation mark "" first,and the move the cursor inside the mark to enter the string,in windows,it is ok.but when i do that in linux,pressing t