thank you very much
I have solved
--
http://mail.python.org/mailman/listinfo/python-list
On Dec 8, 8:36 pm, smalltalk <[EMAIL PROTECTED]> wrote:
> >>> import sys
> >>> sys.setdefaultencoding(utf8)
>
> Traceback (most recent call last):
> File "", line 1, in
> AttributeError: 'module' object has no attribute 'setdefaultencoding'
>
> but i find the attribute"setdefaultencoding" in pyt
>>> import sys
>>> sys.setdefaultencoding(utf8)
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' object has no attribute 'setdefaultencoding'
but i find the attribute"setdefaultencoding" in python manuals
where is the error?
--
http://mail.python.org/mailman/lis