2009/12/8 Jadhav, Alok
> I am using SWIG to extend Python to C++. But the questions I have
> consists of basic Python C API related. I hope this list will be able to
> help me.
>
> I am trying to solve a simple problem which many of you must have
> encountered. I wonder what I am doing differe
I am using SWIG to extend Python to C++. But the questions I have
consists of basic Python C API related. I hope this list will be able to
help me.
I am trying to solve a simple problem which many of you must have
encountered. I wonder what I am doing different than others that I am
facing a pr
when i: "fun(**kwargs)"
I get following runtime error:
TypeError: No to_python (by-value) converter found for C++ type:
boost::python::detail::kwds_proxy
thx again
meiko
> Message: 1
> Date: Thu, 3 Dec 2009 13:11:41 +0100
> From: meiko rachimow
> To: cplusplus-sig@python.org
> Subject: [C++-s