On 08/01/2012 09:07 AM, Glenn Ramsey wrote:
On 31/07/12 22:58, Jim Bosch wrote:
On 07/31/2012 06:14 PM, Glenn Ramsey wrote:
Using boost::python how can I create an a custom exception that is
derived from Python's Exception? The functionality I would like to get
by doing this is to provide addi
On 31/07/12 22:58, Jim Bosch wrote:
On 07/31/2012 06:14 PM, Glenn Ramsey wrote:
Using boost::python how can I create an a custom exception that is
derived from Python's Exception? The functionality I would like to get
by doing this is to provide additional methods for the catching code to
retri
On 07/31/2012 06:14 PM, Glenn Ramsey wrote:
Using boost::python how can I create an a custom exception that is
derived from Python's Exception? The functionality I would like to get
by doing this is to provide additional methods for the catching code to
retrieve information from the exception.
On 31/07/12 21:14, Glenn Ramsey wrote:
Using boost::python how can I create an a custom exception that is derived from
Python's Exception? The functionality I would like to get by doing this is to
provide additional methods for the catching code to retrieve information from
the exception.
I kno
Using boost::python how can I create an a custom exception that is derived from
Python's Exception? The functionality I would like to get by doing this is to
provide additional methods for the catching code to retrieve information from
the exception.
I know it is possible to just wrap and th