Re: [C++-sig] ImportError...'No such file' etc. when importing hello_ext from tutorial

2008-12-05 Thread Adrien Saladin
> 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

[C++-sig] [pybindgen] custom selections with pybindgen and pygccxml

2008-10-17 Thread Adrien Saladin
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