Re: [C++-sig] boost.python call_method+thread => wrong exceptionhandling?

2011-05-20 Thread Ralf W. Grosse-Kunstleve
A very superficial remark: the boost/python.hpp include has to appear first, before any other includes (this goes back to a Python.h requirement, which has to appear before any system include). I only give a small chance of fixing your problem, but it will also only take a few seconds to try out

[C++-sig] boost.python call_method+thread => wrong exceptionhandling?

2011-05-20 Thread Nox 7Bitfaster
Hi, Im currently working with boost.python and stumpled into a strang behavior. If I call a not existing method with call_method from the main thread everything works as excepted (exception is raised and handled in python) but if I call it from a seperate thread call_method does not raise a c+