simon kagwe <simonkagwe at yahoo.com> wrote: > I've tried to follow the PyShell code to understand how they handle > autocompletion but I'm getting nowhere. Any ideas on how to do it? Look in wx.py.shell, in particular the OnChar, OnKeyDown, autoCompleteShow, and autoCallTipShow methods of the 'Shell' class. - Josiah