Re: setdefaultencoding error

2007-12-10 Thread smalltalk
thank you very much I have solved -- http://mail.python.org/mailman/listinfo/python-list

Re: setdefaultencoding error

2007-12-08 Thread John Machin
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