← Back to team overview

dolfin team mailing list archive

Re: No module named utils

 

On Sat, Oct 24, 2009 at 11:57:18AM +0100, Garth N. Wells wrote:
>
>
> Harish Narayanan wrote:
> > 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.
> >
>
> I just removed it. The utils module must have been removed at some point.

Yes, it was renamed to bcs.py after the fixes I made to DirichletBC in
Python.

--
Anders


> Garth
>
> > Harish
> > _______________________________________________
> > DOLFIN-dev mailing list
> > DOLFIN-dev@xxxxxxxxxx
> > http://www.fenics.org/mailman/listinfo/dolfin-dev
>
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev

Attachment: signature.asc
Description: Digital signature


References