Activate tab completion in interactive python mode with a python startup script

9 August, 2005 - 10:41
Categories:

Before my switch from Mandrake Linux to Ubuntu Linux I used the tab completion feature in interactive python without noticing it. But after the switch I noticed it wasn't there any more. On my search to find a way to reactivate it I found this page about the standard python module rlcompleter. I followed the instructions involving a python startup script and now I'm happy tab completing on the python shell again.

I also found a website about rlcompleter2, which should be a python module for a more advanced form of code completion for python's interactive mode. I didn't tried it already, maybe I will one day.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • No HTML tags allowed
  • Lines and paragraphs break automatically.

More information about formatting options