Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-08-11 18:22:35


----- Original Message -----
From: "Rainer Deyke" <root_at_[hidden]>
> Any Python extension module can create an arbitrary number of new Python
> modules at arbitrary points in the code by simply calling the appropriate
> functions of the Python extension API. If boost::python doesn't support
> this, then that is a design flaw in boost::python.

Hmm. I realize you can do that when statically linking to Python, but in the
extension module case, doesn't the name of the module init function have to
match the name of the shared library being loaded?

-Dave


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk