← Back to team overview

dolfin team mailing list archive

dolfin demos

 

Are the demos working? On a freshly cloned repository I get
the following error when running the standard demo. Do I have a
to old python (2.5) or what ?

 ~/local/src/dolfin-dev/demo/pde/poisson/python >python demo.py
[kent-and-laptop:12920] mca: base: component_find: unable to open osc
pt2pt: file not found (ignored)
Checking mesh ordering (finished).
Traceback (most recent call last):
  File "demo.py", line 31, in <module>
    v = TestFunction(V)
  File
"/home/kent-and/local/src/dolfin-dev/local/lib/python2.5/site-packages/dolfin/function.py",
line 623, in __init__
    self.attach(V)
AttributeError: 'TestFunction' object has no attribute 'attach'

Kent



Follow ups