I am getting this error while some testing on Python2.6, File "/usr/lib64/python2.6/httplib.py", line 774, in _send_output #msg = "\r\n".join(self._buffer) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 14: ordinal not in range(128)
I tried the change suggested on this link http://web.archiveorange.com/archive/v/PJbOg9pxJoUpQA9AHp3X, its working fine after that. There seems to be some problem in httplib with unicode handling. I am running it on centos5. I am still not sure why its happening and what will be ideal solution for this? Thanks, Gaurav
-- http://mail.python.org/mailman/listinfo/python-list