Re: how to cut and paste in the windows of python(command line)

2008-07-24 Thread fang
Dear: Thank you very much! I can do it! It's very nice! -- http://mail.python.org/mailman/listinfo/python-list

Re: how to cut and paste in the windows of python(command line)

2008-07-24 Thread Jeroen Ruigrok van der Werven
-On [20080724 13:50], Fredrik Lundh ([EMAIL PROTECTED]) wrote: >if you want better console support, consider installing the "ipython" >shell: Unless you work with non-ASCII. Ipython mangles non-ASCII unfortunately. [Full UTF-8 environment] In [1]: a = u'愛' In [2]: a Out[2]: u'\xe6\x84\x9b' Norm

Re: how to cut and paste in the windows of python(command line)

2008-07-24 Thread André
On Jul 24, 8:17 am, fang <[EMAIL PROTECTED]> wrote: > Dear all: > >       The mouse cannot be responded in the windows of python(command > line) and cut and paste cannot be done. ctrl c and ctrl v do not work. > But they do work in IDLE. >       please teach me about the python(command line). What

Re: how to cut and paste in the windows of python(command line)

2008-07-24 Thread Fredrik Lundh
fang wrote: The mouse cannot be responded in the windows of python(command line) and cut and paste cannot be done. ctrl c and ctrl v do not work. But they do work in IDLE. that has absolutely nothing to do with Python, and everything to do with what console or terminal program you're usi

how to cut and paste in the windows of python(command line)

2008-07-24 Thread fang
Dear all: The mouse cannot be responded in the windows of python(command line) and cut and paste cannot be done. ctrl c and ctrl v do not work. But they do work in IDLE. please teach me about the python(command line). -- http://mail.python.org/mailman/listinfo/python-list