On Jun 13, 5:09 pm, Carlos Córdoba <
ccordob...@gmail.com> wrote:
> It was an IPython bug! I already submitted a fix for it here:
>
>
https://github.com/ipython/ipython/pull/1950
>
> It would be ugly to support this fix for 0.12 because we'd have to copy
> an entire IPython method and modify it with my patch. Maybe we should
> only support 0.13+? Matt, Jed, Dave, Pierre, what do you think? There
> are other ugly bugs with no pager, e.g. trying to run %guiref in 0.12
> will kill completely the console (but not Spyder) I confirmed this was
> fixed in 0.13.
>
> Cheers,
> Carlos
>
> El 13/06/12 08:46, Carlos Córdoba escribió:
>
>
> > Thanks Dave for tracking that down. Really great detective work :-) I
> > can confirm the Ctrl+C issue but not the F9 one with no pager.
>
> > I'll see what I can do about it.
>
> > Cheers,
> > Carlos
>
I think the other error was something to do with stuff I loaded in an
ipython extension screwing ipython up.
I can't reproduce it now so I think it's safe to ignore unless I can
come up with a reproducible example in future.
I'm happy with IPython 0.13 being the required version for the next
Spyder release. I think
trying to support old IPython versions would place too high a burden
on the developers, but I would say that
running off git as I do! I don't think it's unreasonable to say that
the latest Spyder requires the latest
released IPython though.
Great that you've been able to fix the problem upstream - hopefully it
makes it into the next release!
-Dave