Re: [C++-sig] Wrapping classes that inherit from classes already wrapped

2012-02-17 Thread Jim Bosch
On 02/14/2012 01:56 PM, Alex Olivas wrote: Hey All, I was working on a project a few months ago where I was wrapping a lib ( using Boost.Python ) that inherited from classes that were already wrapped ( using SIP ). Boost.Python however couldn't find the base classes. I hacked something up ( that

Re: [C++-sig] Building Boost.Python against a debug build of Python

2012-02-17 Thread Jim Bosch
If you haven't already, you may need to take this to a Boost.Build list; I avoid Boost's build system whenever possible, and I know even less about using it on Windows. Sorry! Jim On 02/15/2012 10:38 AM, Adam Preble wrote: I previously posted about runtime oddness when switching to a debug