Benjamin Peterson <[EMAIL PROTECTED]> added the comment: That is because Python encodes it's error messages as ASCII by default, and "ΓΌ" is not in ASCII. You can fix this by using "print unicode_msg.encode("utf-8")" or something similar.
---------- nosy: +benjamin.peterson resolution: -> invalid status: open -> closed __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2517> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com