On Sun, Sep 2, 2012 at 12:47 AM, stanley5101 <[email protected]> wrote: > After running a new installation, a lot more tests have now passed but some > python features are still failing > > > 91% tests passed, 7 tests failed out of 76 > > Total Test time (real) = 171.73 sec > > > The following tests FAILED: > 3 - pyBV (Failed) > 8 - testPyGeometry (Failed) > 35 - pyChemReactions (Failed) > 42 - pyMolDescriptors (Failed) > 61 - pyGraphMolWrap (SEGFAULT) > 69 - pyFeatures (Failed) > 76 - pythonTestDirChem (Failed) > Errors while running CTest
It's probably an environment problem. Please try the following commands and send the output: ldd $RDBASE/rdkit/rdBase.so python -c 'from rdkit import rdBase' python -c 'from rdkit import Chem' -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

