On Sun, Oct 4, 2009 at 10:04 PM, Benjamin Esham <[email protected]> wrote: > > I guess using fink's python was the problem. Using /usr/bin/python made > everything work: > >>>> from rdkit import RDConfig >>>> from rdkit import rdBase >>>> from rdkit import Chem >>>> m = Chem.MolFromSmiles('Cc1ccccc1') >>>> m > <rdkit.Chem.rdchem.Mol object at 0x794ea0> >>>> m.GetNumAtoms() > 7
excellent! Thanks for trying it out. When I do a "real" binary distribution I will be sure to mention that it requires the system python. > If I have time I'll see if I can get fink's version of python working with > RDKit, but I don't think that using python 2.5 instead of 2.6 will be any > problem. Thanks for the help with this! Let me know if there's any more > testing to be done on the OS X version. I'd guess that in order to use the fink version of python you will have to build the RDKit yourself (just because of the boost/python dependencies). This isn't that hard to do, but may be more than you're looking for. Thanks for the help, -greg

