Hi Riccardo,

On Wed, Apr 20, 2011 at 12:48 PM, Riccardo Vianello
<riccardo.viane...@gmail.com> wrote:
> Hello,
>
> I don't use the RDKit graphics subsytem much, but I ran a couple of
> smoke tests based on the following lines from the "Getting started"
> pages (in case this is not exercising the problematic code please let
> me know):

Thanks for testing.

> from rdkit import Chem
> from rdkit.Chem import Draw
> mol = Chem.MolFromSmiles('c1ccncc1CC(=O)O')
> Draw.MolToImageFile(mol,'test.png')
>
> On my Linux box the script failed, but the issue is related to the PIL
> version (1.1.6) provided with Fedora 12 (now a bit old). I then

I guess the complaint came somewhere around line 79 of cairoCanvas.py ?
I saw an error here this morning when using the old version of PIL in
Scientific Linux.

> updated my windows7 mingw32-python26 build and it executed without
> problems both with and without the cairo backend.

great.

-greg

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to