Hi,
when developing boost::python or SIP-based extension modules, we have
repeatedly had the need to use C++ classes or functions from other modules.
(E.g. I might have a foocmodule and a corresponding unit test module.)
A good use case is a boost::python-like registry (with a slightly differen
I'm using Boost.Python to wrap a C++ class that takes a
std::vector & as argument..
Using scitbx/include/scitbx/boost_python/container_conversions.h as
suggested by the Boost.Python
FAQ, I can correctly convert and use a Python sequence generated by numpy with
numpy.arange(10, dtype=numpy.float64