Re: [C++-sig] Miscellaneous Boost.Python Utilities

2011-07-06 Thread Brian O'Kennedy
Hi Jim, I've been trying out your python extensions and find them very useful to ease the wrapping process. I did however find a problem with the behaviour of the container_from_python_sequence converter. When having two overloaded functions, one of which expects a container of TestObjects and th

[C++-sig] Miscellaneous Boost.Python Utilities

2010-05-13 Thread Jim Bosch
In the hope that others might find them useful, and perhaps contribute some of their own, I've posted a collection of miscellaneous Boost.Python extensions I've been using at the Boost sandbox: http://svn.boost.org/svn/boost/sandbox/python_extensions Features include: - Conversions between ST