Readline module

Michael Hudson mwh at python.net
Wed Aug 25 07:01:53 EDT 2004


Jonathan Daugherty <cygnus at cprogrammer.org> writes:

> Hello all,
> 
> I've read some posts here talking about the fact that the 'readline'
> module packaged with python is only good for augmenting the behavior
> of the interactive interpreter.

Um, this seems a stretch.

> Can anyone recommend a readline-style alternative for building an
> app with an interactive prompt (on Linux, python 2.3)?

My pyrepl library is designed for exactly that:

    http://codespeak.net/pyrepl

Cheers,
mwh

-- 
31. Simplicity does not precede complexity, but follows it.
  -- Alan Perlis, http://www.cs.yale.edu/homes/perlis-alan/quotes.html



More information about the Python-list mailing list