$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Xavier Warin (xavier.warin_at_[hidden])
Date: 2001-04-09 09:27:59
David Abrahams wrote:
> I think someone has previously answered this question very recently.
>
> You can't write world_mod(boost::python::constructor...
> You must write world_mod.def(boost::python::constructor...
>
Yes, it works .. Thank you.