Hi Luke,
Luke Zoltan Kelley <lkelley(a)cfa.harvard.edu> writes:
> I'm trying to use MeshPy for a fluid dynamics project, but I'm having
> some trouble running it on my mac 10.8.2. I cloned a copy of the
> source from git, and didn't obtain any errors during configuration or
> build (output attached). When I try to run the test problem
> (meshpy/test/test_meshpy.py), I get the error (full output attached):
>
> TypeError: No Python class registered for C++ class tForeignArray<double>
>
> Do you know what could be causing this?
That looks a lot like you've already got a copy of boost.python
installed, and it seems to be fighting with the copy that comes with
Meshpy. Suggestion: Run ./configure.py, set "USE_SHIPPED_BOOST = False"
in siteconf.py, rm -Rf build, re-build from there.
Hope that helps,
Andreas
Btw, I've cc'd the meshpy list. Hope you don't mind.