[C++-sig] Wrapping std::vector<AbstractClass*>

David Abrahams dave at boost-consulting.com
Sun Mar 26 07:57:40 CEST 2006


Julien Cogan <julien.cogan at free.fr> writes:

>  Hello,
>
>  I'm facing the problem described by Paul in July in this mailing list
> (cf.: http://mail.python.org/pipermail/c++-sig/2005-July/009121.html ).
> According to Joel, the problem was fixed on the 7th of July.
>
>  But repeating the code from Paul, led me to the same error.
> (TypeError: No to_python (by-value) converter found for C++ type: Abstract)
>
>  Does anybody knows what needs to be done to have this example working 
> properly ?

If it was fixed, it's only in the CVS, since there hasn't been a
release since July.  If you're trying to use 1.33.1, you'll see the
same effect as Paul did.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




More information about the Cplusplus-sig mailing list