Re: exception during module initialization + python3

2010-10-20 Thread Neal Becker
Neal Becker wrote: > Has behavior of exception thrown during module initialization changed with > python3? > > using boost::python, throwing a c++ exception in module initialization, I > get: > > SystemError: initialization of ldpc_45 raised unreported exception > > I exepected to see the strin

exception during module initialization + python3

2010-10-20 Thread Neal Becker
Has behavior of exception thrown during module initialization changed with python3? using boost::python, throwing a c++ exception in module initialization, I get: SystemError: initialization of ldpc_45 raised unreported exception I exepected to see the string associated with exception, which g