Re: [C++-sig] export custom C++ exception to Python so it can beraisedby python

2012-11-07 Thread Martin Hellmich
Hi Giuseppe, thank you for the detailed response! On 11/07/2012 08:56 AM, Giuseppe Corbelli wrote: On 06/11/2012 15:35, Martin Hellmich wrote: I've based my code on. http://stackoverflow.c om/questions/9620268/boost-python-custom-exception-class I have used the same reference and also this

Re: [C++-sig] export custom C++ exception to Python so it can beraisedby python

2012-11-06 Thread Giuseppe Corbelli
On 06/11/2012 15:35, Martin Hellmich wrote: I've based my code on. http://stackoverflow.com/questions/9620268/boost-python-custom-exception-class I have used the same reference and also this suggestion for including the other attributes shown here: http://stackoverflow.com/questions/11448735/bo