Got up this morning and all of a sudden my trusty su neurodebian laptop can't import nipype.
I have no idea what exactly changed since yesterday when everything was hunkydory, but I've tried a couple of things (some debugging attempts; followed by pulling latest; re-installing; doing same with nipy, sympy, and a few other packages; rebooting(!)), and haven't been able to solve this problem so far.
In [2]: import nipype
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-2-feb2fc727b0b> in <module>()
----> 1 import nipype
/usr/local/lib/python2.7/dist-packages/nipype/__init__.py in <module>()
/usr/local/lib/python2.7/dist-packages/nipype/pipeline/__init__.py in <module>()
/usr/local/lib/python2.7/dist-packages/nipype/pipeline/engine.py in <module>()
/usr/local/lib/python2.7/dist-packages/nipype/interfaces/__init__.py in <module>()
/usr/local/lib/python2.7/dist-packages/nipype/interfaces/nipy/__init__.py in <module>()
/usr/local/lib/python2.7/dist-packages/nipype/interfaces/nipy/model.py in <module>()
/usr/local/lib/python2.7/dist-packages/nipy/labs/glm/__init__.py in <module>()
/usr/local/lib/python2.7/dist-packages/nipy/labs/glm/glm.py in <module>()
ImportError: cannot import name kalman