Ah, you're right about the version; I got it from 'cat /proc/version', but
doing 'cat /etc/*-releases' tells me that the box is actually a CentOS 6.3.
Sorry for the confusion.
I am able to save png files. Running
import rdkit
from PIL import Image
im = Image.open('test.png')
im.save('out.png', format='PNG')
successfully generates out.png.
I do plan on doing some rdkit development, but not necessarily on this
machine (this box is on my university's cluster, while I'd probably develop
from my laptop).
On Wed, Jun 3, 2015 at 11:53 AM, Paul Emsley <[email protected]>
wrote:
> On 02/06/15 23:11, Bharath Ramsundar wrote:
>
>> As a quick update, I verified that I'm able to load and save png files
>> using PIL from ipython.
>>
>>
> Are you able to save png files using the same python as you use for RDKit?
>
> import rdkit
> from PIL import Image
> im = Image.open('test.png')
> im.save('out.png', format='PNG')
>
>
>
------------------------------------------------------------------------------
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss