Re: [C++-sig] Python C++ extension (multi threaded) raises access violation exception

2009-12-07 Thread Gustavo Carneiro
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

[C++-sig] Python C++ extension (multi threaded) raises access violation exception

2009-12-07 Thread 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 different than others that I am facing a pr

Re: [C++-sig] Cplusplus-sig Digest, Vol 15, Issue 3

2009-12-07 Thread meiko rachimow
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