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
_______________________________________________
C++-sig mailing list
C++-sig python.org
http:
//mail.python.org/mailman/listinfo/c++-sig
|