Readline module

J

Jonathan Daugherty

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.

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

Michael Hudson

Jonathan Daugherty said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,204
Messages
2,571,063
Members
47,670
Latest member
micheljon

Latest Threads

Top