Re: [C++-sig] Help with converters ...

2009-10-19 Thread Hans Meine
Hi Michele! On Montag 19 Oktober 2009, Michele De Stefano wrote: > Now, when I try to implement the "convertible" static member function > of the converter class, I write this (I've extracted only the > interesting part): > > [...] > extract > get_tup0(in[0]), > get

[C++-sig] Help with converters ...

2009-10-19 Thread Michele De Stefano
Hello to everyone. I'm stuck with this problem. I'm trying to write a "from Python converter", from a tuple(tuple,tuple) type to C++. Clarifying more, the Python type is a tuple, containing 2 tuples. Now, when I try to implement the "convertible" static member function of the converter class, I w