"uakti" wrote:

> Also check that you have python configured for UTF-8. I have this code
> in sitecustomize.py on lib/site-packages.
>
> import sys
> sys.setdefaultencoding('utf-8')

please don't recommend people to mess with the default encoding.
python
breaks in subtle ways if you do this, third-party libraries may not
work, and
your programs become non-portable.

</F>

Reply via email to