The solution to the problem is summarized here
https://github.com/ipython/ipython/issues/1180#issuecomment-3200472
One needs to modify the file
C:\Python27\Lib\site-packages\spyderlib\widgets\externalshell\startup.py
line 31 says:
__ipythonkernel__ = IPKernelApp()
This should be changed to
__ipythonkernel__ = IPKernelApp().instance()
On Fri, Dec 16, 2011 at 5:35 PM, Matt <[email protected]> wrote:
> Pierre,
> I believe you must be right, they are trying to do this
>
> from .ipkernel import IPKernelApp
> kernel = IPKernelApp.instance().kernel
>
> but it seems
>
> IPKernelApp.instance().kernel returns None
>
> so then
>
> if kernel.eventloop fails
>
> Thanks for your time, Spyder is awesome by the way...I'm a recent convert
>
> Matt
>
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "spyder" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/spyderlib?hl=en.
>
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/spyderlib?hl=en.