> Now it works. Well, yes, there were 3 issues. First, I had skipped the "make
> install" part in "getting started with boost", i.e. I didn't have any
> libboost* files (of which I know explicitly). Second, LD_LIBRARY_PATH was not
> set and, third, libboost_python-gcc41-1_37.so.1.37.0 didn't exi
Hi,
I would like to give pybindgen a try on a C++ library. I'm currently
using Py++ (which is great) to automatically generate the correct
interface.
Before seriously playing with pybindgen, I need to know if it is
possible to do a fine selection of which classes and methods has to be
exposed to p