Hi Elmar,
> import sys
> sys.setdefaultencoding('utf-8') # or ISO8859-1Yes, I did, but it only runs if I uncomment those two lines as described: > For SuSE I had to edit /usr/lib/python/site.py and remove the two lines > > if hasattr(sys, "setdefaultencoding"): > del sys.setdefaultencoding This is a Suse 9.1. But it only works with ISO8859-1, utf-8 doesn't run. Ok, now I've got a "M?rz" :-) Rolf
