[C++-sig] Re: sub modules + test\submod_subclass_api.cpp doesn't compile
David Abrahams
dave at boost-consulting.com
Tue Sep 16 21:55:08 CEST 2003
"Roman Yakovenko" <romany at actimize.com> writes:
> Hi. I am looking for solution to divide big module
> into small sub modules. I found "submod_subclass_api.cpp"
> file in test folder, but it seems that this file could not
> be compiled. Compiler can not find definition of boost::python::module.
>
> I have 2 question: it seems that boost::python::module existed for some time
> but then disappeared - why ?
It's a long story. You can read some of it here:
http://mail.python.org/pipermail/c++-sig/2002-July/001748.html
> And second one how can I do it using boost::python
> and not native Python C API?
There's no way to do it without touching the Python C API.
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
More information about the Cplusplus-sig
mailing list