Dear:
Thank you very much! I can do it! It's very nice!
--
http://mail.python.org/mailman/listinfo/python-list
-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
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
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
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