Hello Andreas,
thanks for your fast reply! Yes, I am doing some 2D meshing. I have now tried to use test_triangle.py, but I get the following error, which was reported in this forum before:
'boost::python::error_already_set'
I always got this problem if I define a refinement_func. I use boost from the ubuntu repository together with the latest version of meshpy from git, could that be a problem?
Cheers, Johannes
Hi Andreas,
I have been trying to use a newer boost version (1.43) since I thought this might be the problem, but when executing from meshpy.triangle import * I always get:
Traceback (most recent call last):
File "
Also, when I build boost from source, there is no boost_python-mt-....so file, only a boost_python.so. Is that the right file meshpy should be linked to at all?
Thanks and cheers! Johannes
Odd, works for me with Boost 1.42 from Debian. 32- or 64 bit Ubuntu? Can you post a full traceback?
Andreas