Hello
I have troubles importing mshr:
$ python -c 'import mshr'
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named mshr
My machine is a Debian stable (jessie), with dolfin-bin
and fenics
packages installed (via apt).
According to the install guidelines the fenics
package should suffice.
It seems strange to me that apt-cache search mshr
and apt-file search mshr
don't find fenics
. There is no information about the removal of mshr in the debian changelog.
What am I missing? Can someone reproduce?