McMillan / Tk / encoding problem

Martin v. Löwis loewis at informatik.hu-berlin.de
Fri Oct 4 09:17:32 EDT 2002


Thomas Korb <Doc at goodweb.de> writes:

> Actually, I have the usual
> 
>   import sys
>   sys.setdefaultencoding('iso-8859-1')
> 
> in my sitecustomize.py. 

I recommend that you change your application to work without that.

> (I never liked sitecustomize.py any way; and I always felt that something
> like sys.setdefaultencoding(...) should work in a normal script, too.)

I never liked sitecustomize.py, either, but I think that you should
change your application instead.

Regards,
Martin




More information about the Python-list mailing list