← Back to team overview

dolfin team mailing list archive

pydolfin on leopard

 

Hi, by disabling some stuff and finding some of the problems, I've gotten
most things to compile,including trilinos, and can do some cpp demos.
 However, PyDOLFIN has a problem importing cpp.  Error message below.

I am doing my runs in c++ to do some comparisons with sundance, but I
dolfin-convert depends on

Any thoughts?

zortzi:bin kirby$ python
Python 2.5.2 (r252:60911, Mar 10 2009, 12:11:28)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import dolfin
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/Users/kirby/FEniCS/build/lib/python2.5/site-packages/dolfin/__init__.py",
line 11, in <module>
    import cpp
  File
"/Users/kirby/FEniCS/build/lib/python2.5/site-packages/dolfin/cpp.py", line
6, in <module>
    import _cpp
ImportError:
dlopen(/Users/kirby/FEniCS/build/lib/python2.5/site-packages/dolfin/_cpp.so,
2): Symbol not found: __ZNSo9_M_insertIPKvEERSoT_
  Referenced from: /Users/kirby/FEniCS/build/lib/libdolfin.dylib
  Expected in: dynamic lookup