Re: [C++-sig] Getting Boost.Python to explain itself better?

2016-06-18 Thread Stefan Seefeld
Hi Skip, On 17.06.2016 09:37, Skip Montanaro wrote: > I'm trying to debug an assertion error from Boost.Python, but having > no luck. I'm not a C++ programmer, but to my eyes, it seems like my > call should work. I'm using Boost 1.47.0 on an openSuSE 12.2 platform, > with GCC/G++ 4.4. These parame

Re: [C++-sig] Getting Boost.Python to explain itself better?

2016-06-18 Thread Skip Montanaro
On Fri, Jun 17, 2016 at 8:37 AM, Skip Montanaro wrote: > > >>> pro2 = service.Provider("Skip-hacking", {}) > ArgumentError Python argument types in > Provider.__init__(Provider, str, dict) > did not match C++ signature: > __init__(boost::python::api::object, std::string, > std::map, > std:

[C++-sig] Getting Boost.Python to explain itself better?

2016-06-18 Thread Skip Montanaro
I'm trying to debug an assertion error from Boost.Python, but having no luck. I'm not a C++ programmer, but to my eyes, it seems like my call should work. I'm using Boost 1.47.0 on an openSuSE 12.2 platform, with GCC/G++ 4.4. These parameters are fixed (that is, suggestions that I update any of the