Hi Ryan,

thanks for passing along the very detailed report.

On Tue, Apr 3, 2012 at 11:22 PM, Long, Ryan L <ryanl...@iupui.edu> wrote:
>
> node1$/home/liwei/RDKit_2011_12_1/build$ python -c "from rdkit import
> rdBase"
>
> Traceback (most recent call last):
>
>   File "<string>", line 1, in <module>
>
> ImportError: cannot import name rdBase
>

Ok, that's useful.

>
> node1$echo $PYTHONPATH
>
> /home/liwei/RDKit_2011_12_1/:
>
> node1$echo $LD_LIBRARY_PATH
>
> /home/liwei/RDKit_2011_12_1//lib:/usr/lib/:/usr/local/lib/:

I'm not sure whether or not it makes a difference, but there are two
forward slasshes in the above path. It probably should be:
 /home/liwei/RDKit_2011_12_1/lib:/usr/lib/:/usr/local/lib/:


> node1$echo $RDBASE
>
> /home/liwei/RDKit_2011_12_1/

If things don't work after fixing the LD_LIBRARY_PATH problem, the
next step to help diagnose is:

ldd $RDBASE/rdkit/rdBase.so

-greg

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to