Re: [Rdkit-discuss] Fwd: conda / Windows update to 2016.09 release gives error

2017-01-05 Thread Curt Fischer
This worked for me. Thanks Greg. CF On Tue, Jan 3, 2017 at 8:03 PM, Greg Landrum wrote: > Curt, > > If you change lines 32 and 33 in /lib/site- > packages\rdkit\RDConfig.py > to: > condaDir += ['Library', 'share', 'RDKit'] > _share = os.path.join(*condaDir) > > I

Re: [Rdkit-discuss] Fwd: conda / Windows update to 2016.09 release gives error

2017-01-03 Thread Greg Landrum
Curt, If you change lines 32 and 33 in /lib/site-packages\rdkit\RDConfig.py to: condaDir += ['Library', 'share', 'RDKit'] _share = os.path.join(*condaDir) I think it should work. Sorry for the inconvenience here; we will fix it before running the next conda builds. -greg On Wed, Jan 4,