← Back to team overview

dolfin team mailing list archive

Re: generate.py

 

On Tue, Oct 19, 2010 at 08:38:08PM +0200, Kristian Ølgaard wrote:
> On 19 October 2010 20:10, Anders Logg <logg@xxxxxxxxx> wrote:
> > I'm running the generate.py script (in dolfin/swig) and I get the
> > following error message:
> >
> > Traceback (most recent call last):
> >  File "generate.py", line 82, in <module>
> >    from documentation import generate_docstrings
> >  File
> >  "/home/logg/scratch/src/dolfin-dev/dolfin/swig/documentation.py",
> >  line 27, in <module>
> >    from codeexamples import codesnippets
> > ImportError: No module named codeexamples
> >
> > Where is codeexamples.py located?
>
> It should be in the dolfin/swig dir. I just cloned a new dolfin and it
> works fine here.
>
> Kristian

Thanks. It works now after I merged. Don't know why it didn't work before.

--
Anders



References