--- Begin Message ---
-
To:
Discussion of DOLFIN development <dolfin-dev@xxxxxxxxxx>
-
From:
Ilmar Wilbers <ilmarw@xxxxxxxxx>
-
Date:
Tue, 20 May 2008 08:00:57 +0200
-
User-agent:
Thunderbird 2.0.0.14 (Windows/20080421)
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
--- End Message ---