On 12/06/2013 07:55 PM, Greg Landrum wrote:
> Hi Dimitri,
> The correct invocation is:
>
> from rdkit import rdBase
> print rdBase.rdkitVersion
D'oh. Should've thought of that. It was Friday, that's my excuse.
It works, thanks
--
Dimitri Maziuk
Programmer/sysadmin
BioMagResBank, UW-Madison --
Hi Dimitri,
On Sat, Dec 7, 2013 at 2:34 AM, Dimitri Maziuk 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
2 matches
Mail list logo