I can't, for the life of me, get fenics/dolfinrunning with Spyder. from dolfin import * errors No module named 'dolfin'.
I installed anaconda. Then fenics using conda install fenics. From the terminal I can successfully activate my fenics environment. When I then start either python or ipython I can successfully import dolfin using from dolfin import *! However, when I launch Spyder from inside the same fenics environment, the error stated above occurs.
Hello,
I can't, for the life of me, get
fenics
/dolfin
running withSpyder
.from dolfin import *
errorsNo module named 'dolfin'
.I installed
anaconda
. Thenfenics
usingconda install fenics
. From the terminal I can successfully activate my fenics environment. When I then start eitherpython
oripython
I can successfully import dolfin usingfrom dolfin import *
! However, when I launchSpyder
from inside the samefenics
environment, the error stated above occurs.I'd appreciate any help :).
Hannes