Re: [C++-sig] problem w/intermodule communication

2008-11-25 Thread Neal Becker
William Ladwig wrote: > Neal, > > Try adding: > > register_ptr_to_python< boost::shared_ptr >(); > > to your BOOST_PYTHON_MODULE(test2) section. > > Hope this helps, > > Bill > Thanks! That's what it needed. ___ Cplusplus-sig mailing list Cplusp

Re: [C++-sig] problem w/intermodule communication

2008-11-25 Thread William Ladwig
Neal, Try adding: register_ptr_to_python< boost::shared_ptr >(); to your BOOST_PYTHON_MODULE(test2) section. Hope this helps, Bill From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Neal Becker [EMAIL PROTECTED] Sent: Monday, November 24, 2008 6:1