No module named 'dolfin' using Spyder
问题 I can't, for the life of me, get dolfin running with Spyder . That's what I thought at first. I managed to get it running somehow, but not in a convenient way. Here is the situation: The error conda activate fenics , spyder , from dolfin import * : No module named 'dolfin' . What works conda activate fenics , python , from dolfin import * : worked in the first place. conda activate fenics , ipython , from dolfin import * : worked after some tweaking. conda activate fenics , spyder , from