oops, hit send to soon. On Fri, Aug 17, 2012 at 7:38 PM, Greg Landrum <[email protected]> wrote: > Dear Vladimir, > > On Fri, Aug 17, 2012 at 6:56 PM, Vladimir Chupakhin <[email protected]> wrote: >> I have added this into the .bashrc >> >> export RDBASE=/home/chupvl/scisoft/rdkit/ >> export PYTHONPATH=/home/chupvl/scisoft/rdkit/:/usr/include/python2.7/ >> export LD_LIBRARY_PATH=/home/chupvl/scisoft/rdkit/lib/ >> >> but actually received even more Failed messages. > > The error messages you are getting are strange and seem to be pointing > to an older version of the RDKit being found. > > Could it be that you have either an older distribution somewhere or > that you forgot to do "make install" after you built the code?
you can check this by doing: ldd $RDBASE/rdkit/Chem/rdchem.so and: python -c 'from rdkit import rdBase; print rdBase.__file__' -greg ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

