Several tests er failing with the following error:

Traceback (most recent call last):
  File "./demo.py", line 21, in <module>
    cell_markers = MeshFunction("bool", mesh, mesh.topology().dim())
AttributeError: 'PySwigObject' object has no attribute 'dim'


The 64-bit machine in addition outputs the following error for all 
Python demos:

Traceback (most recent call last):
  File "./demo.py", line 11, in <module>
    from dolfin import *
  File 
"/scratch/buildbot/local/tmp/lib/python2.5/site-packages/dolfin/__init__.py", 
line 5, in <module>
    from assemble import *
  File 
"/scratch/buildbot/local/tmp/lib/python2.5/site-packages/dolfin/assemble.py", 
line 26, in <module>
    from dolfin import *
  File 
"/scratch/buildbot/local/tmp/lib/python2.5/site-packages/dolfin/dolfin.py", 
line 7, in <module>
    import _dolfin
ImportError: /scratch/buildbot/local/tmp/lib/libdolfin.so: undefined symbol: 
_ZTI16Epetra_VbrMatrix

ilmar
_______________________________________________
DOLFIN-dev mailing list
[email protected]
http://www.fenics.org/mailman/listinfo/dolfin-dev

Reply via email to