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
Hi all,
I'd like to
import rdBase
print rdBase.rdkitVersion
What I get is
ImportError: No module named rdBase
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 supp
3 matches
Mail list logo