[IPython-user] Re: OSX tab completion
Robert Kern
rkern at ucsd.edu
Fri Apr 1 21:53:50 CST 2005
Chanchal G wrote:
> So the solution is to get python source, fix readline.c and configure,
> make install. Right?
No, that would give you a whole new Python, which is overkill, and
readline.c wouldn't need fixing in that case. The answer is to get
readline.c, a suitable setup.py (one is floating around), add
define_macros=[('HAVE_RL_COMPLETION_APPEND_CHARACTER', None)],
to the list of arguments to the Extension(), and build yourself a
readline.so .
> Yes, Fink's version of python & ipython work fine.
Good!
--
Robert Kern
rkern at ucsd.edu
"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
More information about the IPython-user
mailing list