I'm building RDKit from the latest code on the master branch. The build is fine, but the python bindings seem broken:
>>> from rdkit import Chem Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/data/github/rdkit/rdkit/rdkit/__init__.py", line 6, in <module> from . import rdBase ImportError: cannot import name 'rdBase' from partially initialized module 'rdkit' (most likely due to a circular import) (/data/github/rdkit/rdkit/rdkit/__init__.py) Are others seeing this too? Tim
_______________________________________________ Rdkit-discuss mailing list Rdkit-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rdkit-discuss