astrojuanlu / fenics-recipes

This repository contains conda recipes for the FEniCS libraries
The Unlicense
13 stars 15 forks source link

No module named 'dolfin' #63

Open hpewd opened 6 years ago

hpewd commented 6 years ago

Hello,

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.

I'd appreciate any help :).

Hannes