Thanks for the feedback! Unfortunately, that does not work. When I try
to start a new kernel, it crashes with the following traceback:

[IPKernelApp] To connect another client to this kernel, use:
[IPKernelApp] --existing kernel-6347.json
[IPKernelApp] Pylab initialization failed
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/IPython/zmq/
ipkernel.py", line 579, in init_kernel
    shell.enable_pylab(gui, import_all=self.pylab_import_all)
  File "/usr/local/lib/python2.7/dist-packages/IPython/core/
interactiveshell.py", line 2565, in enable_pylab
    self.enable_gui(gui)
  File "/usr/local/lib/python2.7/dist-packages/IPython/zmq/
eventloops.py", line 204, in enable_gui
    if kernel.eventloop is not None and kernel.eventloop is not loop:
AttributeError: 'NoneType' object has no attribute 'eventloop'

I can start the interpreter without errors, but not the kernel. Here
is the report printed when I open an interpreter

Python 2.7.2+ (default, Oct  4 2011, 20:06:09)
Type "copyright", "credits" or "license" for more information.

IPython 0.12.beta -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.


This doesn't load pylab by default, but if I run ipython with the
qtconsole option from the linux shell, everything is OK. So, at this
point, I don't quite see what the problem is. Any hints?
Cheers,
Zoltán


On Dec 4, 7:06 pm, Pierre Raybaut <[email protected]> wrote:
> The IPython plugin *is* included since v2.1.0.
> You just have to follow the instructions mentioned in Spyder's blog to
> be able to open a new IPython plugin window.
>
> -Pierre

-- 
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.

Reply via email to