Re: [Rdkit-discuss] rdkit as python module fragmented

2014-03-04 Thread Joshua Meyers
Hi Greg, Cheers for the reply. You were right, the problem was the version of boost. I imagine this is a common problem if you use a Homebrew version of Python. (Homebrew even gives you a warning that this may be the case at the end of its install) The quickest fix I found is to run these comman

Re: [Rdkit-discuss] rdkit as python module fragmented

2014-02-28 Thread Greg Landrum
Hi, On Fri, Feb 28, 2014 at 4:44 PM, Joshua Meyers wrote: > > Hi, > > I have been trying to use rdkit in python but cannot seem to get it to > import properly > RDKit works fine through C++, I have compiled and can run programs but it > will not import as a python module > > from rdkit import Che