On Tue, 08 Nov 2011, Jim Bosch wrote:
> In the meantime, I've essentially followed the "parallel pure-Python
> exception hierarchy" method, but you can do some metaprogramming
> tricks to keep from having to actually build the Python hierarchy
> yourself. In other words, write some Python code th
On 11/07/2011 09:19 PM, Nick Rasmussen wrote:
I'm cleaning up some of our python bindings for public release as
part of the openexr distribution, and wanted to update the python
bindings of our exception library, Iex, to use boost::python.
The first thing I did was the trivial binding of the cla
I'm cleaning up some of our python bindings for public release as
part of the openexr distribution, and wanted to update the python
bindings of our exception library, Iex, to use boost::python.
The first thing I did was the trivial binding of the class hierarchy
out to python, and performed regist