Re: [Rdkit-discuss] PIL - molecule depiction

2012-05-08 Thread Paul . Czodrowski
Dear Greg, PIL is a separate python package that you need to install: http://www.pythonware.com/products/pil/ I guess one important question that I forgot to ask is: Why are you trying to do this; from rdkit.sping import PIL Forget about that! Here, I was totally on the wrong track...

[Rdkit-discuss] PIL - molecule depiction

2012-05-07 Thread Paul . Czodrowski
Dear RDKitters, when typing in from rdkit.sping import PIL I end up in this error message Traceback (most recent call last): File stdin, line 1, in module File /SW/python/x86_64/2.6/lib/python2.6/site-packages/rdkit/sping/PIL/__init__.py, line 2, in module from pidPIL import * File

Re: [Rdkit-discuss] PIL - molecule depiction

2012-05-07 Thread Paul Emsley
On 07/05/12 12:49, paul.czodrow...@merckgroup.com wrote: Dear RDKitters, when typing in from rdkit.sping import PIL I end up in this error message Traceback (most recent call last): File stdin, line 1, inmodule File

Re: [Rdkit-discuss] PIL - molecule depiction

2012-05-07 Thread Greg Landrum
On Mon, May 7, 2012 at 1:49 PM, paul.czodrow...@merckgroup.com wrote: Dear RDKitters, when typing in from rdkit.sping import PIL I end up in this error message Traceback (most recent call last):  File stdin, line 1, in module  File

Re: [Rdkit-discuss] PIL - molecule depiction

2012-05-07 Thread Paul . Czodrowski
Dear Greg, Dear Paul, thanks for your prompt answers! Dear RDKitters, when typing in from rdkit.sping import PIL I end up in this error message Traceback (most recent call last):  File stdin, line 1, in module  File

Re: [Rdkit-discuss] PIL - molecule depiction

2012-05-07 Thread Greg Landrum
On Mon, May 7, 2012 at 3:59 PM, paul.czodrow...@merckgroup.com wrote: Dear Greg, Dear Paul, thanks for your prompt answers! Dear RDKitters, when typing in from rdkit.sping import PIL I end up in this error message Traceback (most recent call last):  File stdin, line 1, in