Hi Felix, On Tue, Aug 28, 2012 at 3:20 PM, Felix Krüger <[email protected]> wrote:
> If I try to import from rdkit in an interactive python session I get: > > from rdkit import Chem > > ImportError: /usr/lib64/libboost_python-mt.so.5: undefined symbol: > PyUnicodeUCS4_FromEncodedObject > Did you install your own version of boost.python? If so, it looks like it is not being found. There's some specific help on how to ignore the system boost libraries here: http://code.google.com/p/rdkit/wiki/BuildingWithCmake in the "frequently encountered problems" section. -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

