Ah yes, now I see in the trace back there are no spyder files involved :-) I guess I was a bit quick... I have zeromq 3.2.2, pyzmq 2.2.0.1 and ipython 13.1 (ArchLinux 64bit)
On 8 February 2013 16:08, Carlos Córdoba <[email protected]> wrote: > This doesn't seem a problem with Spyder but with zmq and IPython. Which > versions of both are you running? > > El 08/02/13 09:34, David Verelst escribió: > >> Hi all, >> >> Today I noticed a strange trace back in the internal console. I have >> never seen it before. Spyder just keeps on working without any problems. I >> have no idea how to replicate this, since I wasn't doing anything at that >> moment. I had only one Ipython kernel running with one connected ipython >> console. There is no python external console open. >> >> I have no idea if this is anything useful...but here goes: >> >> Spyder 2.2.0beta2 on Python 2.7.3 [Linux] >> Inspect Spyder internals: >> spy.app, spy.window, dir(spy) >> >>>ERROR:root:Uncaught exception, closing connection. >> Traceback (most recent call last): >> File "/usr/lib/python2.7/site-**packages/zmq/eventloop/**zmqstream.py", >> line 414, in _run_callback >> callback(*args, **kwargs) >> File "/usr/lib/python2.7/site-**packages/IPython/zmq/**kernelmanager.py", >> line 178, in _handle_recv >> ident,smsg = self.session.feed_identities(**msg) >> File "/usr/lib/python2.7/site-**packages/IPython/zmq/session.**py", >> line 673, in feed_identities >> idx = msg_list.index(DELIM) >> ValueError: '<IDS|MSG>' is not in list >> ERROR:root:Uncaught exception, closing connection. >> Traceback (most recent call last): >> File "/usr/lib/python2.7/site-**packages/zmq/eventloop/**zmqstream.py", >> line 440, in _handle_events >> self._handle_recv() >> File "/usr/lib/python2.7/site-**packages/zmq/eventloop/**zmqstream.py", >> line 472, in _handle_recv >> self._run_callback(callback, msg) >> File "/usr/lib/python2.7/site-**packages/zmq/eventloop/**zmqstream.py", >> line 414, in _run_callback >> callback(*args, **kwargs) >> File "/usr/lib/python2.7/site-**packages/IPython/zmq/**kernelmanager.py", >> line 178, in _handle_recv >> ident,smsg = self.session.feed_identities(**msg) >> File "/usr/lib/python2.7/site-**packages/IPython/zmq/session.**py", >> line 673, in feed_identities >> idx = msg_list.index(DELIM) >> ValueError: '<IDS|MSG>' is not in list >> ERROR:root:Exception in I/O handler for fd <zmq.core.socket.Socket object >> at 0x7f8ad003f668> >> Traceback (most recent call last): >> File "/usr/lib/python2.7/site-**packages/zmq/eventloop/ioloop.**py", >> line 346, in start >> self._handlers[fd](fd, events) >> File "/usr/lib/python2.7/site-**packages/zmq/eventloop/**zmqstream.py", >> line 440, in _handle_events >> self._handle_recv() >> File "/usr/lib/python2.7/site-**packages/zmq/eventloop/**zmqstream.py", >> line 472, in _handle_recv >> self._run_callback(callback, msg) >> File "/usr/lib/python2.7/site-**packages/zmq/eventloop/**zmqstream.py", >> line 414, in _run_callback >> callback(*args, **kwargs) >> File "/usr/lib/python2.7/site-**packages/IPython/zmq/**kernelmanager.py", >> line 178, in _handle_recv >> ident,smsg = self.session.feed_identities(**msg) >> File "/usr/lib/python2.7/site-**packages/IPython/zmq/session.**py", >> line 673, in feed_identities >> idx = msg_list.index(DELIM) >> ValueError: '<IDS|MSG>' is not in list >> -- >> 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+unsubscribe@**googlegroups.com<spyderlib%[email protected]> >> . >> To post to this group, send email to [email protected]. >> Visit this group at >> http://groups.google.com/**group/spyderlib?hl=en<http://groups.google.com/group/spyderlib?hl=en> >> . >> For more options, visit >> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >> . >> >> >> > -- > 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+unsubscribe@**googlegroups.com<spyderlib%[email protected]> > . > To post to this group, send email to [email protected]. > Visit this group at > http://groups.google.com/**group/spyderlib?hl=en<http://groups.google.com/group/spyderlib?hl=en> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
