[IPython-dev] zmq import appearing in all stacktraces

Matthew Brett matthew.brett at gmail.com
Wed Jun 13 21:13:26 EDT 2012


Hi,

I just updated to trunk:

In [4]: IPython.sys_info()
Out[4]: "{'commit_hash': '99373b4',\n 'commit_source':
'installation',\n 'ipython_path':
'/home/mb312/.virtualenvs/bare/lib/python2.6/site-packages/IPython',\n
'ipython_version': '0.13.dev',\n 'os_name': 'posix',\n 'platform':
'Linux-2.6.32-5-amd64-x86_64-with-debian-6.0.5',\n 'sys_executable':
'/home/mb312/.virtualenvs/bare/bin/python',\n 'sys_platform':
'linux2',\n 'sys_version': '2.6.6 (r266:84292, Dec 26 2010, 22:31:48)
\\n[GCC 4.4.5]'}"

on a machine without zmq, and noticed:

In [5]: 1/0
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
/home/mb312/.virtualenvs/bare/lib/python2.6/site-packages/IPython/parallel/__init__.py
in <module>()
     19 import warnings
     20
---> 21 import zmq
     22
     23 from IPython.config.configurable import MultipleInstanceError

ImportError: No module named zmq

Should I try and bisect, or open an issue?  I ask here because of the
impending 0.13 release,

See y'all,

Matthew



More information about the IPython-dev mailing list