[C++-sig] New mds-utils release (1.2.0)

2009-10-27 Thread Michele De Stefano
mds-utils 1.2.0 have been released. Release Notes: - Improved python/fileobj.hpp: now there are 3 helper file objects and they are copy-constructible. Derivation from boost::python::object has been mantained. - Added utilities for indexing support in Python ext

Re: [C++-sig] Python converters for raw pointers: request for help

2009-10-27 Thread Randolph Fritz
On 2009-10-27, Michele De Stefano wrote: > That's not what I'd like to do. I'd like to make a "from-Python" > converter. I don't want to make a wrapper that takes a > boost::python::object and then call extract ... > > The problem in my converter (see the previous e-mails) is that Python > does no

Re: [C++-sig] Python converters for raw pointers: request for help

2009-10-27 Thread Michele De Stefano
That's not what I'd like to do. I'd like to make a "from-Python" converter. I don't want to make a wrapper that takes a boost::python::object and then call extract ... The problem in my converter (see the previous e-mails) is that Python does not even enter into the "convertible" method ... 2009