[C++-sig] Base class defined in other header file notincludedin bp::bases<>

Roman Yakovenko roman.yakovenko at gmail.com
Wed Jul 26 21:06:33 CEST 2006


On 7/26/06, Haridev, Meghana <mharidev at qualcomm.com> wrote:
> for c in baseB_creators:
>
>          c.create = lambda self: ''
^^^^^^^^^^^^^^^^^^^^^
c.create = lambda: ''

Please try this, it should work.

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



More information about the Cplusplus-sig mailing list