[C++-sig] Re: to_python_converter error question ...
Pierre Barbier de Reuille
pierre.barbier at cirad.fr
Thu Sep 11 19:28:38 CEST 2003
Here's the error messages I got :
__main__:1: RuntimeWarning: to-Python converter for
std::_Rb_tree_iterator<boost::python::api::object,
boost::python::api::object const&, boost::python::api::object const*>
already registered; second conversion method ignored
__main__:1: RuntimeWarning: to-Python converter for
__gnu_cxx::_Hashtable_const_iterator<boost::python::api::object,
boost::python::api::object, __gnu_cxx::hash<boost::python::api::object>,
std::_Identity<boost::python::api::object>,
std::equal_to<boost::python::api::object>,
std::allocator<boost::python::api::object> > already registered; second
conversion method ignored
... the "error" was that set and multiset share the same iterator and I
exported both !
Ffor the strange chars, it's not doing it anymore ... so I can say
anything about it !
David Abrahams wrote:
>Pierre Barbier de Reuille <pierre.barbier at cirad.fr> writes:
>
>
>
>>Great ! It's working !
>>
>>
>
>What message do you see?
>
>
>
>>The only pb is the presence of some strange
>>characters with "ELF" in them ...
>>
>>
>
>Which characters? If you're using GCC < 3.1 you should pass the
>output through c++filt.
>
>
>
--
Pierre Barbier de Reuille
INRA - UMR Cirad/Inra/Cnrs/Univ.MontpellierII AMAP
Botanique et Bio-informatique de l'Architecture des Plantes
TA40/PSII, Boulevard de la Lironde
34398 MONTPELLIER CEDEX 5, France
tel : (33) 4 67 61 65 77 fax : (33) 4 67 61 56 68
More information about the Cplusplus-sig
mailing list