[IPython-user] ipdb
Ville M. Vainio
vivainio@gmail....
Mon May 28 02:40:54 CDT 2007
On 5/28/07, Brett Hoerner <bretthoerner@bretthoerner.com> wrote:
> I then get an error about a missing __IPYTHON__,
>
> "IPython/Debugger.py", line 290, in interaction
> __IPYTHON__.set_completer_frame(frame)
>
> I'm afraid I'm jumping into a rabbit hole at this point, so I thought
> I would ask if there is an easy fix I am missing.
>
> If not, and in the meantime, I'll continue digging on my own. :)
You have to have IPython instance launched.
Try doing
import IPython.ipapi
IPython.ipapi.make_session()
--
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'
More information about the IPython-user
mailing list