From: boost.users_at_[hidden]
Date: 2006-02-01 17:59:21


Is it possible to create a C++ to python exception translator that
raises a custom python exception?

I know you can use register_exception_translator to translate from a c++
exception to a standard python exception, but is it possible to raise a
user-defined exception?

Regards,
Colin