I am getting this error while some testing on Python2.6,<br><br> 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)<br>
<br>
I tried the change suggested on this link <a href="http://web.archiveorange.com/archive/v/PJbOg9pxJoUpQA9AHp3X" target="_blank">http://web.archiveorange.com/archive/v/PJbOg9pxJoUpQA9AHp3X</a>, its working fine after that.<br>
<br>
There seems to be some problem in httplib with unicode handling.<br>
I am running it on centos5.<br>
I am still not sure why its happening and what will be ideal solution for this?<br><br>Thanks,<br>Gaurav<br>