Help with Unicode? in Tkinter?

Oleg Broytmann phd at phd.pp.ru
Sun Sep 2 07:03:20 EDT 2001


On Sat, 1 Sep 2001, Sheila King wrote:
SK> >>> print unichr(231)
SK> Traceback (most recent call last):
SK>   File "<pyshell#2>", line 1, in ?
SK>     print unichr(231)
SK> UnicodeError: ASCII encoding error: ordinal not in range(128)

   This error indicates that you didn't edit your site.py (or
sitecustomize.py) and didn't chnge default "ascii" encoding to the encoding
of your terminal/locale.

Oleg.
----
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list