<div>Hi all.</div><div><br></div><div>Yeah, I've seen this a few times. GNU readline is installed by default on Ubuntu, so you should be good there (you have to get it yourself on Macs). The python package readline is the Python interface for GNU readline, see <a href="http://docs.python.org/library/readline.html">http://docs.python.org/library/readline.html</a>. So, even if you have python readline installed on the default (system) python site-packages, you need to install it again in your yt site-packages.</div>

<div><br></div><div>Best,</div><div>Casey</div><div><br><br><div class="gmail_quote">On Sat, Nov 5, 2011 at 5:36 PM, Elizabeth Tasker <span dir="ltr"><<a href="mailto:tasker@astro1.sci.hokudai.ac.jp">tasker@astro1.sci.hokudai.ac.jp</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Chao,<br>
<br>
In case Jeff's solution doesn't work, try installing readline using "pip" which is part of the yt package:<br>
<br>
~/yt/bin/pip  install readline<br>
<br>
For some reason, I get similar problems with readline even though it's blatantly on the system already.<br>
<span class="HOEnZb"><font color="#888888"><br>
Elizabeth<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On 2011-11-06, at 9:01 AM, Chao Shi wrote:<br>
<br>
> Hello everyone,<br>
><br>
> I'm Chao, just started to learn how to use yt and python.<br>
><br>
> After I installed yt following the instruction in the main page, when I invoke iyt<br>
> or ipython, waring of "Readline Services not available on this platform" and "The<br>
> auto-indent feature requires the readline library' came out.<br>
><br>
> I'm using Ubuntu11.10 shipped with python2.7.2+ and when I run this version, readline<br>
> is available. But I was installing yt, it seems that python2.7.1 was installed along with yt,<br>
> and consequently ipython and iyt was built upon python2.7.1. I tried python2.7.1 and<br>
> showed that the readline is not available, and so does iyt and ipython. I don't know whether<br>
> multiple versions of python caused this problem and I don't know how to solve it. Can<br>
> anyone give some guidance? I'm new to linux and I apologize if this problem is<br>
> too obvious to experienced users. But I haven't found effective solution on google.<br>
><br>
> Thanks,<br>
><br>
> Chao<br>
</div></div><div class="HOEnZb"><div class="h5">> _______________________________________________<br>
> yt-users mailing list<br>
> <a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
> <a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
<br>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</div></div></blockquote></div><br></div>