Dear James,

On Tue, Sep 28, 2010 at 7:17 PM, James Davidson <[email protected]> wrote:
>
> Thanks for the updated binary installer - that sorted things out!

glad to hear it.

> I had a very quick look to see if some things that I have depending on
> RDKit still play nice.  So far, they certainly seem to - they just don't
> look as nice while doing it!  I'm sure it will be a trivial fix, but on
> Q22010_1 the following gives nicely anti-aliased(?) images:
>
> from rdkit import Chem
> from rdkit.Chem import Draw
> mol = Chem.MolFromSmiles('n1ccccc1CCCOC')
> Draw.MolToImageFile(mol, r'C:\Q2_test.png')

hmm, a typo had creeped into $RDBASE/Chem/Draw/__init__.py
if you edit line 15 from:
    from aggdraw import Draw2
to
    from aggdraw import Draw
things should work.

This will be fixed in the actual release.

Thanks for the problem report,
-greg

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to