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

2009-10-20 Thread Michele De Stefano
Hans, thank you very much. Removing the substituting "const tuple&" with "tuple" works. Just to let me understand more your answer, what does it mean "BPL-exported" ? I'm not so comfortable with acronyms ... 2009/10/19 Hans Meine : > Hi Michele! > > On Montag 19 Oktober 2009, Michele De Stefano

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