It's Tk's fault

Kirill Simonov kirill at xyz.donetsk.ua
Fri Dec 21 05:13:55 EST 2001


On Fri, Dec 21, 2001 at 03:12:40PM +0800, Kick wrote:
> "Kirill Simonov" <kirill at xyz.donetsk.ua> wrote in message
> >
> > Try to convert data to unicode before using it:
> >
> >     data = unicode(data, 'gb2312')
> >
> > Maybe, you need to download additional codecs from
> > "http://sourceforge.net/projects/python-codecs/".
>
> I have tried but it doesn't work. Python don't know the name of that encode
> method.

You need to download additional codecs from SourceForge.


Kirill





More information about the Python-list mailing list