[IPython-dev] zmq import appearing in all stacktraces

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


Hi,

On Wed, Jun 13, 2012 at 6:21 PM, MinRK <benjaminrk at gmail.com> wrote:
>
>
> On Wed, Jun 13, 2012 at 6:13 PM, Matthew Brett <matthew.brett at gmail.com>
> wrote:
>>
>> 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,
>
>
> Try this: https://github.com/ipython/ipython/pull/1956

Yup, works for me, thanks,

Matthew



More information about the IPython-dev mailing list