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 think it should work. > >

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, 20

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

2017-01-03 Thread Curt Fischer
Thanks for writing in Matt! Do you or any other readers think there is any chance that a small manual fix to RDConfig.py could fix the problem? I have very little experience with building anything from source and would like to use the newest version of rdkit if possible. Would it be as simple as