Hi,<br><br>Is it possible for Ipython-qtconsole to be fixed to run with ZMQ 3.0?<br><br>I use zmq for other projects, I have already ported my code to work with 3.0 and downgrading my installation to be able to run Ipython, is not something I look forward to.<br>
<br>the Documentation says it is possible to emulate 3.0 API in 2.x:<br><br><a href="http://www.zeromq.org/docs:3-0-upgrade">http://www.zeromq.org/docs:3-0-upgrade</a><br><br>Considering 3.x is the future, It might not hurt to speed this aspect of Ipython evolution.<br>
<br>this the Error I am getting:<br><br>/usr/local/lib/python2.7/dist-packages/ipython-0.11-py2.7.egg/IPython/zmq/session.pyc in recv(self=<IPython.zmq.session.Session object>, socket=<zmq.core.socket.Socket object>, mode=1, content=True, copy=True)<br>
577 # split multipart message into identity list and message dict<br> 578 # invalid large messages can cause very expensive string comparisons<br>--> 579 idents, msg_list = self.feed_identities(msg_list, copy)<br>
580 try:<br> 581 return idents, self.unpack_message(msg_list, content=content, copy=copy)<br><br>/usr/local/lib/python2.7/dist-packages/ipython-0.11-py2.7.egg/IPython/zmq/session.pyc in feed_identities(self=<IPython.zmq.session.Session object>, msg_list=['\xcf$|3'], copy=True)<br>
607 """<br> 608 if copy:<br>--> 609 idx = msg_list.index(DELIM)<br> 610 return msg_list[:idx], msg_list[idx+1:]<br> 611 else:<br><br>ValueError: '<IDS|MSG>' is not in list<br>
<br><br>thanks in advance,<br clear="all"><br>-- <br>Flávio Codeço Coelho<br>================<br>+55(21) 3799-5567<br>Professor<br>Escola de Matemática Aplicada <br>Fundação Getúlio Vargas<br>Rio de Janeiro - RJ<br>Brasil<br>
<br><br>