[C++-sig] Boost Python in dynamic libraries

2015-11-24 Thread Slide
point me to an example of something like this? I am using BOOST_PYTHON_MODULE in my shared libraries and then loading them at runtime. I would like to import that module into my main namespace where most of my code is being run. Thanks! slide

Re: [C++-sig] Boost Python in dynamic libraries

2015-11-25 Thread Slide
Wow, that was great! I appreciate your help. I indeed was not calling Py_Initialize before loading the libraries. Much appreciated! On Wed, Nov 25, 2015 at 7:40 AM Giuseppe Corbelli < [email protected]> wrote: > On 25/11/2015 00:30, Slide wrote: > > I have a set of