neurospin / pypreprocess

Preprocessing scripts for neuro imaging
106 stars 66 forks source link

ImportError: No module named external #43

Closed dohmatob closed 10 years ago

dohmatob commented 10 years ago

Traceback (most recent call last): File "spm_multimodal_fmri.py", line 22, in from pypreprocess.nipype_preproc_spm_utils import (do_subject_preproc, File "/home/elvis/.local/lib/python2.7/site-packages/pypreprocess/nipype_preproc_spm_utils.py", line 18, in from slice_timing import get_slice_indices File "/home/elvis/.local/lib/python2.7/site-packages/pypreprocess/slice_timing.py", line 13, in from .io_utils import (load_specific_vol, File "/home/elvis/.local/lib/python2.7/site-packages/pypreprocess/io_utils.py", line 18, in from .external import joblib ImportError: No module named external

dohmatob commented 10 years ago

OK. Seems this was fixed in commit 283a226a88ee9112f25d05310a51c7261373e610. Closing.