A minor bugfix release.
requirements: Python-2.2.x or higher, working readline module.
import readline should work without errors.
Readline support is available on a wide range of unix/linux platforms and within the Windows CYGWIN environment.
tar zxvf %(downloadfn)s python -i rlcompleter2.py
There is only one module which needs to be installed but for your convenience you can use distutils:
python setup.py installimport rlcompleter2 rlcompleter2.setup() del rlcompleter2you want to set PYTHONSTARTUP permanently in your shell startup such as e.g. .bash_profile
python and the completer will be there.set show-all-if-ambiguous on into your .inputrc readline initialization file.