Alcides Viamontes Esquivel wrote:
Dear all:
I would like to know if there is any progress on the development of a
version of boost::python for Python 3.0, the last activity that I can
track on this is back to the first days of April; that includes
mailing lists and the boost repository.
Pytho
I am new to C++/Python mixed language programming and do not have much idea
about Python/C API. I just started using Boost.Python to wrap a C++ library
for Python. I am stuck at wrapping a function that takes pointer to an array
as an argument. Following (2nd ctor) is its prototype in C++.
class A