| Thread Previous • Date Previous • Date Next • Thread Next |
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
| Thread Previous • Date Previous • Date Next • Thread Next |