Re: [C++-sig] Problem with map_indexing_suite

2010-07-12 Thread Pentix
Hi, Damien! I've got exactly the same problem... Have you got any achievements? Damien Dupuis wrote: > > error: no match for call to ā€˜(const > boost::python::detail::specify_a_return_value_policy_to_wrap_functions_returning) > (X*)ā€˜ > -- View this message in context: http://old.nabble.com

[C++-sig] Project architecture and Py++

2010-07-15 Thread Pentix
Hi, I’d like to use Python in the following way: 1) create a library (pyd) with some interfaces of the main program taken outside; generate then its code with py++ 2) create a set of scripts, that use this library 3) execute these scripts with boost::python from the main program Unwillingness t