[Pkg-exppsy-pynifti] PyNIFTI installation
A.R.Lopessimoes at ewi.utwente.nl
A.R.Lopessimoes at ewi.utwente.nl
Wed Sep 8 11:08:03 UTC 2010
Hello,
I'm using Windows 7 (64 bits), Python 2.6 and I'm trying to install
PyNifti from a binary from the SourceForge Project (for Python 2.6).
After following the steps described in
http://niftilib.sourceforge.net/pynifti/installation.html#installation
<http://niftilib.sourceforge.net/pynifti/installation.html#installation>
, I still haven't managed to do it. I get the following error, when
trying to import nifty:
>>> import nifti
Traceback (most recent call last):
File "<pyshell#4>", line 1, in <module>
import nifti
File "C:\Python26\lib\site-packages\nifti\__init__.py", line 21, in
<module>
from nifti.image import NiftiImage, MemMappedNiftiImage
File "C:\Python26\lib\site-packages\nifti\image.py", line 27, in
<module>
import nifti.clib as ncl
File "C:\Python26\lib\site-packages\nifti\clib.py", line 39, in
<module>
_clib = swig_import_helper()
File "C:\Python26\lib\site-packages\nifti\clib.py", line 35, in
swig_import_helper
_mod = imp.load_module('_clib', fp, pathname, description)
ImportError: DLL load failed: The specified module could not be found.
Any ideas on what I could be doing wrong?
Thanks,
Rita
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-exppsy-pynifti/attachments/20100908/70992cd8/attachment.htm>
More information about the Pkg-exppsy-pynifti
mailing list