[IPython-dev] [IPython-user] sys.stderr

Fernando Perez fperez.net at gmail.com
Wed Sep 3 21:23:05 EDT 2008


[ replying on list so it stays archived.  I'll also be rather offline
starting basically now...]

On Wed, Sep 3, 2008 at 6:14 PM, JM Seitz <jms at bughunter.ca> wrote:
> Yeah I will see how much information I can post, worst case scenario I
> will off-list to you, but I warn you I had to do some nasty hacks to
> make it all work.
>
> Quick question: InteractiveShell.Completer....how do I set this properly
> so the completer behaves like the standard IPython completer? I have
> been through the docs/tutorials, but I can't seem to get a valid
> completer working.

have a look at iplib.py, around line 1330, the init_readline method is
where the self.Completer attribute is created.

HTH,

f



More information about the IPython-dev mailing list