I’m trying to use dolfin in a python script called BG_demo.py (circled in red). I’m getting the error “No module named ‘dolfin.cpp’”. It seems that the dolfin init file cannot find dolfin.cpp, which is located in C:\Users\jfrut\python\src (circled in blue).
I tried pasting the dolfin.cpp file in the same location as both BG_demo.py and the dolfin init file (located in the dolfin folder circled in yellow) to no avail. Why is this happening?