Dear Sarah, On Fri, Jul 22, 2011 at 4:49 PM, Sarah Langdon <[email protected]> wrote: > I have just installed RDkit on Mac OSX 10.5 but am having some trouble > getting it to work in Python. > > When I try to import the Chem library from rdkit (using Python 2.5), I > get the following error. > > File "<stdin>", line 1, in <module> > File "/usr/local/bin/src/RDkit_2011_03_2/rdkit/Chem/__init__.py", > line 18, in <module> > from rdkit import rdBase > ImportError: dlopen(/usr/local/bin/src/RDkit_2011_03_2/rdkit/ > rdBase.so, 2): Library not loaded: libRDGeneral.1.dylib > Referenced from: /usr/local/bin/src/RDkit_2011_03_2/rdkit/rdBase.so > Reason: image not found >
Do you have /usr/local/bin/src/RDkit_2011_03_2/lib in your DY_LIBRARY_PATH ? > I've also tried to import the library using Python 3.0 and get the > following different error message. The RDKit does not support Python 3.0. -greg ------------------------------------------------------------------------------ 10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, security Microsoft Exchange, secure Instant Messaging, and much more. http://www.accelacomm.com/jaw/sfnl/114/51426210/ _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

