Hi Dimitri,

On Sat, Dec 7, 2013 at 2:34 AM, Dimitri Maziuk <dmaz...@bmrb.wisc.edu>wrote:

> Hi all,
>
> I'd like to
>
> import rdBase
> print rdBase.rdkitVersion
>
> What I get is
>
> ImportError: No module named rdBase
>

The correct invocation is:

from rdkit import rdBase
print rdBase.rdkitVersion

that should clear up the problem.

Looking at the files installed by Gianluca's rpms installed a week or
> two ago:
>
> $ rpm -q -l python-rdkit | grep rdBase
> /usr/lib64/python2.6/site-packages/rdkit/rdBase.so
>
> Is there supposed to be a python module there somewhere? -- rdBase is
> documented in python api.
>

rdBase.so is a python extension module (a shared library) so everything
looks fine.

-greg
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to