Ah, I see now that your traceback includes the system version of python, as opposed to the anaconda version. When you type `python` at the shell prompt, does the banner say "Anaconda" in it? If not you need to add the path to the Anaconda bin folder to your PATH. If it does, then you need to `sudo pip uninstall spyder` and `conda install spyder`.
Regards, Steve On Tuesday, February 17, 2015 at 8:49:06 AM UTC-6, Jonathan Laserson wrote: > > Did "conda install pyzmq" and it did not change anything. > > On Tuesday, February 17, 2015 at 5:27:57 AM UTC+2, Steven Silvester wrote: >> >> >> Jonathan, >> >> You can either `conda install pyzmq` or `conda install ipython-notebook` >> (which comes with zmq). >> >> >> Regards, >> >> Steve >> >> On Monday, February 16, 2015 at 9:34:02 AM UTC-6, Jonathan Laserson wrote: >>> >>> I installed anaconda on linux 64bit ubuntu. >>> Then installed spyder. >>> >>> Switched the python executable path (in tools -> preferences -> console) >>> to the anaconda path: /home/.../anaconda/bin/python. >>> Tried to open ipython in spyder, but the kernel crashes with the >>> following output: >>> >>> Traceback (most recent call last): >>> File >>> "/usr/lib/python2.7/dist-packages/spyderlib/widgets/externalshell/start_ipython_kernel.py", >>> >>> line 170, in <module> >>> from IPython.zmq.ipkernel import IPKernelApp # 0.13 >>> (analysis:ignore) >>> ImportError: No module named zmq.ipkernel >>> >>> Please help! >>> >>> p.s. The reason I had to change the python path to the anaconda one, is >>> that the default spyder's python could not import theano. >>> >> -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to spyderlib+unsubscr...@googlegroups.com. To post to this group, send email to spyderlib@googlegroups.com. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.