Check the default encoding.  It could be that your Python's default encoding is ascii, or some other such thing, causing a problem.<div><br></div><div>sys.getdefaultencoding()</div><div><br></div><div>Somethings this is utf8, sometimes it's ascii.<br>

<br></div><div>-MinRK</div><div><br><div class="gmail_quote">On Fri, Oct 29, 2010 at 16:34, Fernando Perez <span dir="ltr"><<a href="http://fperez.net">fperez.net</a>@<a href="http://gmail.com">gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hey,<br>
<div class="im"><br>
On Fri, Oct 29, 2010 at 11:15 AM, Brian Granger <<a href="mailto:ellisonbg@gmail.com">ellisonbg@gmail.com</a>> wrote:<br>
><br>
>    return ''.join(buffer).encode(self.encoding)<br>
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position<br>
> 2: ordinal not in range(128)<br>
<br>
</div>No, I don't see it here on trunk:<br>
<br>
Ran 9 test groups in 45.840s<br>
<br>
Status:<br>
OK<br>
<br>
Is this on your unmodified copy of trunk?  If so that's bad news,<br>
because it means we have a unicode problem that's platform-dependent<br>
:(<br>
<br>
But let's not worry too much about it yet, since we know we have a<br>
full complement of problems with unicode anyways.  Once I've had a go<br>
at that code, we'll make sure this is gone.<br>
<br>
Thanks for pointing it out though.  I've made a note about it in our<br>
main unicode ticket just to make sure we don't forget:<br>
<br>
<a href="http://github.com/ipython/ipython/issues/#issue/25/comment/503524" target="_blank">http://github.com/ipython/ipython/issues/#issue/25/comment/503524</a><br>
<br>
Cheers,<br>
<div><div></div><div class="h5"><br>
f<br>
_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
</div></div></blockquote></div><br></div>