27 Aug
2002
27 Aug
'02
7:34 p.m.
Andreas Jung writes:
You might try to set the default characterset encoding of your Python interpreter to "iso-8859-1". Python defaults to ascii (check your site.py file of your Python installation). "sitecustomize.py" (in "site-python") is better, as it does not move with new Python versions...
Dieter