Hi guys,
I tried to use FEniCS on Windows. On MacOSX everything is fine, but when I try to import the scipy.interpolate package from another directory with
import sys
sys.path.append($directory_of_scipy$)
from scipy.interpolate import InterpolatedUnivariateSpline
I am told the _fblas package would be missing:
from scipy.linalg import _fblas
ImportError: DLL load failed: ... [something like "module is missing"]
Because of that I installed the cp26-Version of numpy+mkl from here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy
At least I get another error message now: When I write
from dolfin import *
I am told the the package python-scientific should be installed (of course it is installed already).
Does somebody know how to fix this problem?
I guess it may be something about different versions of numpy or scipy.
The versions I installed are:
scipy 0.16.0.b2-cp26-win32
numpy-1.9.2+mkl-cp26-win32
Preinstalled was:
numpy 1.6.1