on Thu Nov 20 2008, fileoffset wrote:
> To best explain my problem, here is some code:
>
> struct A
> {
> A()
> {
> mTest = 1;
>
> std::cout << "Test: " << mTest;
>
> Py_Initialize();
> object main_module = import("__main__");
>
On Thu, Dec 11, 2008 at 5:32 PM, Stefan Seefeld wrote:
> Leonard Ritter wrote:
>
>> hi everyone,
>>
>> i'm having a problem where a boost::python::throw_error_already_set is
>> being thrown and causes a segfault (linux). unfortunately the error happens
>> from within python, when reaching the end