Re: unable to import rlcompleter readline

2014-03-19 Thread Tim Golden
On 19/03/2014 08:55, muru kessan wrote: > hi guys, > i want the python interactive shell to be auto complete and i found that > by adding the following lines in PYTHONSTARTUP file it is possible > > import rlcompleter, readline > readline.parse_and_bind('tab: complete') > > but i get the followin

unable to import rlcompleter readline

2014-03-19 Thread muru kessan
hi guys, i want the python interactive shell to be auto complete and i found that by adding the following lines in PYTHONSTARTUP file it is possible import rlcompleter, readline readline.parse_and_bind('tab: complete') but i get the following error in git bash shell Note: i run windows8 as Operat