Re: [Rdkit-discuss] sdf reading error between osx and windows

2016-04-27 Thread Steven Combs
and that fixed it. Thanks again Paolo! Steven Combs On Wed, Apr 27, 2016 at 12:28 PM, Steven Combs wrote: > I will give that a try and let you know! > > On Wed, Apr 27, 2016 at 12:20 PM, Paolo Tosco > wrote: > >> Dear Steven, >> >> did you try to

Re: [Rdkit-discuss] sdf reading error between osx and windows

2016-04-27 Thread Paolo Tosco
Dear Steven, did you try to open the file in binary mode on the Windows build ans see if it makes a difference? It does not make any difference on Linux and OS X, but it will change how newlines are handled on Windows. I suspect that's where the problem might be. Please get back to me, later