interpreter improvements

Joal Heagney s713221 at student.gu.edu.au
Sat Jul 21 04:35:28 EDT 2001


Chris Gonnerman wrote:
> 
> Are you on Windows?  All the things you mentioned are available on
> Linux/Unix/BSD/etc. with the readline module.
> 
> On Windows platforms it is possible (but not easy) to get the standard
> GNU readline working.  I created an "Alternative Readline" using a bit
> of code from /F and some home-baked Python code for those of us on
> Windows... get it at
> 
>     http://www.newcenturycomputers.net/projects/readline.html
> 
> It provides command history but not completion.
> 
> Hope this helps...

As an addition for newer users who build on Linux distro's, you have to
make sure that the readline-devel package is installed before build, or
otherwise python builds without it.

-- 
      Joal Heagney is: _____           _____
   /\ _     __   __ _    |     | _  ___  |
  /__\|\  ||   ||__ |\  || |___|/_\|___] |
 /    \ \_||__ ||___| \_|! |   |   \   \ !



More information about the Python-list mailing list