>>>>> Michael Khesin writes:
    Michael> <C2><A0><C2><A0><C2><A0><C2><A0>Ma': 'ascii' codec can't
    Michael> decode byte 0xc2 in position 366: ordinal no t in
    Michael> range(128)!  2007-05-22 04:38:50 INFO: 12342 pending
    Michael> changesets in state file 2007-05-22 04:38:50 CRITICAL:
    Michael> Upstream change application failed

Hi Michael,

what's you locale settings? It seems that Python didn't switch to a
more capable encoding. Run the command

$ python /usr/lib/python2.3/locale.py

(or simply python -m locale for python >= 2.4)

This should report the Python point of view regarding locale settings.

ciao, lele.
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to