[C++-sig] Passing objects between python / c++

Roman Yakovenko roman.yakovenko at gmail.com
Tue Oct 24 08:27:22 CEST 2006


On 10/23/06, Mark Williams <mark at image-engine.com> wrote:

> class Derived(Base):

__init__ method is missing.

>         def methodInDerived(self):
>                 return 12

You can take a look on custom smart pointer example here:
http://language-binding.net/pyplusplus/bpl_lessons_learned/smart_ptrs/smart_ptrs.html

If you will start with it, I am sure you will save your time.

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



More information about the Cplusplus-sig mailing list