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):

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
updated my windows7 mingw32-python26 build and it executed without
problems both with and without the cairo backend.

Regards,
Riccardo

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