
23 Jul
2007
23 Jul
'07
1:40 p.m.
Philippe Vaucher wrote:
Hi guys,
Is boost::python supposed to work with msvc2005 ?
Yes.
I took the hello world from "embedding python" and "error_already_set" is being thrown at me...
Can you find out what the python exception is that triggered it ?
Here's the code I used :
[...]
Py_Finalize();
Don't call Py_Finalize, as that doesn't work with boost.python. (Unfortunately that didn't use to be documented in the tutorial, but now is, with the boost python tutorial that will ship with 1.34.1) Regards, Stefan -- ...ich hab' noch einen Koffer in Berlin...