On 28.01.2012 10:01, Walter Dnes wrote:
> I've enabled the readline flag for the python build, but it doesn't
> seem to work. Are there any other settings I'm missing?
>
daniel@moja ~ $ cat .pythonstartup
#!/usr/bin/python
try:
import readline
except ImportError:
print "Module readline not available."
else:
import rlcompleter
readline.parse_and_bind("tab: complete")-- PGP key @ http://pgpkeys.pca.dfn.de/pks/lookup?search=0xBB9D4887&op=get # gpg --recv-keys --keyserver hkp://subkeys.pgp.net 0xBB9D4887
signature.asc
Description: OpenPGP digital signature

