[IPython-user] Tab complete problem under Cygwin
Fernando Perez
Fernando.Perez at colorado.edu
Fri Jun 25 16:17:50 CDT 2004
Travis Caldwell wrote:
> Since this problem occurs in both bash.exe and xterm, it seems like an
> interaction between ipython and the readline dll which comes with
> cygwin python.
One more thing: could you try to change line 46 of Prompts.py from:
InputColors = ColorANSI.InputTermColors # just a shorthand
to:
InputColors = ColorANSI.TermColors # just a shorthand
and let me know what happens?
Cheers,
f
More information about the IPython-user
mailing list