← Back to team overview

dolfin team mailing list archive

No module named utils

 

I started receiving the following recently when running pydolfin.

Traceback (most recent call last):
  File "demo.py", line 1, in <module>
    from dolfin import *
  File "/pythonfoo/dolfin/__init__.py", line 46, in <module>
    from utils import *
ImportError: No module named utils

For now, I just remove the utils import to make this go away and nothing
seems to miss it.

Harish


Follow ups