[C++-sig] How to do inheritance in boost.python?

Piotr Jaroszynski p.jaroszynski at gmail.com
Sun Mar 18 12:48:11 CET 2007


On Sunday 18 of March 2007 04:20:51 michael kapelko wrote:
>  >>> import hello
>  >>> base = Base();
base = hello.Base();
or from hello import *

IMHO, you should get a little more familiar with python before playing with 
boost.python.

-- 
Best Regards,
Piotr Jaroszynski



More information about the Cplusplus-sig mailing list