Re: [Rdkit-devel] boost.python C++ to python

2012-06-05 Thread Paul Emsley
On 05/06/12 07:28, Paul Emsley wrote: > > Hi, > > I have a different question. I am in the C++ world. I want to get to > the value returned by the python function default(mol) from the module > silicos_it.descriptors.qed. > > And to do that, I'm following this: > > http://www.codeproject.com/Art

[Rdkit-devel] boost.python C++ to python

2012-06-04 Thread Paul Emsley
Hi, I have a different question. I am in the C++ world. I want to get to the value returned by the python function default(mol) from the module silicos_it.descriptors.qed. And to do that, I'm following this: http://www.codeproject.com/Articles/11805/Embedding-Python-in-C-C-Part-I I can get