Hello,
I installed FEniCS v1.2.0 on my machine (macOS 10.6) with the binary bundle.
When I try to run the demos, it works just fine by cd
to any python demo directory and then doing :
python demo_something.py
However, when I try to run the simplest code ever, but that I wrote mysel and which is not a demo :
from dolphin import *
print("Hello World")
I invariably get the following error :
ImportError: No module named dolphin
Has anyone met this situation before? Would someone know where that comes from? How to solve this? I feel it's pretty basic but I can't figure out what is wrong.