[C++-sig] No to_python (by-value) converter found for C++ type

Roman Yakovenko roman.yakovenko at gmail.com
Tue May 25 08:17:19 CEST 2010


On Tue, May 25, 2010 at 9:06 AM, vishal bayskar
<vishal.bayskar at nechclst.in> wrote:
>
>
>>Did you try to remove "noncopyable" from the generated code? If so
>>what happened?
>
> Thanks, yes it works when "noncopyable" is removed.
>
>>If you think, that py++ wrong, you can always override its decision:
>
>>mb = module_builder_t( ... )
>>mb.class_(...).noncopyable = False
>
> Thanks again it is helpful for us.

It seems, that py++ was wrong :-(. Can you specify gccxml version, OS
and your compiler? Do you mind to submit a small test case that
reproduce the problem?

Thanks

-- 
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/


More information about the Cplusplus-sig mailing list