[IPython-user] tab-completion just stopped working. now tabs print.
Fernando Perez
Fernando.Perez at colorado.edu
Wed Sep 27 02:31:53 CDT 2006
Please note that you must subscribe to the list to post (spam issues).
You need to build python with readline support. Try
import readline
at a plain (non ipython) python prompt and see what you get. Most likely your
python does not have readline support, since ipython would otherwise use it
transparently.
Cheers,
f
ipython-user-bounces at scipy.org wrote:
> The attached message has been automatically discarded.
>
>
> ------------------------------------------------------------------------
>
> Subject:
> tab-completion just stopped working. now tabs print.
> From:
> Matthew Wilson <matt at tplus1.com>
> Date:
> Thu, 14 Sep 2006 02:01:21 +0000 (UTC)
> To:
> ipython-user at scipy.net
>
> To:
> ipython-user at scipy.net
>
>
> I upgraded to ipython .72 and also upgraded a bunch of other possibly
> unrelated debian packages, and now in ipython, my tab key just prints a
> tab, rather than doing the whole tab-completion mojo that I'm so hooked
> on.
>
> I'm running python 2.4, and not in emacs, just in a regular terminal.
>
> All advice is welcome.
>
> Matt
>
>
More information about the IPython-user
mailing list