Hi Paul,

On Wed, May 4, 2011 at 3:44 PM,  <paul.czodrow...@merck.de> wrote:
>
> Dear folks,
>
> what could be the reason causing the following error:
>
> "
> [GCC 4.3.2 20080917 (Red Hat 4.3.2-4)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>>> from rdkit import Chem
> Traceback (most recent call last):
>  File "<stdin>", line 1, in <module>
>  File "/usr/local/rdkit/rdkit/Chem/__init__.py", line 18, in <module>
>    from rdkit import rdBase
> ImportError: /usr/local/rdkit/rdkit/rdBase.so: undefined symbol:
> _ZN5boost6python9converter8registry6insertEPFPvP7_objectEPFvS5_PNS1_30rvalue_from_python_stage1_dataEENS0_9type_infoEPFPK11_typeobjectvE
> "

Could it be that it's finding the wrong version of the boost python
library? running ldd on rdBase.so will answer this question for you.

-greg

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to