Hi Greg, Greg wrote: > I just uploaded a new version of the zip file that contains the > relevant boost dlls. The filename is in the same place (with the same > name): > http://code.google.com/p/rdkit/downloads/detail?name=RDKit_Q32010_1beta1 .win32.py26.zip > > Note that the install instructions have changed with this release and > that you should add $RDBASE/lib to your path instead of $RDBASE/bin. > > hopefully this fixes the problems some of you were having and sorry > again for the mistake,
Thanks for the updated binary installer - that sorted things out!
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')
whereas the corresponding in Q32010_1beta1 gives a rather
raggedy-looking molecule (example PNGs attached). For info, I have
PIL(1.1.7) and aggdraw(1.2a3) installed under Python 2.6; and also have
a set of DLLs in a cairo folder in python26\Lib\site-packages - but get
an error if I try 'import cairo' (and can't remember why I put them
there!)
Kind regards
James
______________________________________________________________________
PLEASE READ: This email is confidential and may be privileged. It is intended
for the named addressee(s) only and access to it by anyone else is
unauthorised. If you are not an addressee, any disclosure or copying of the
contents of this email or any action taken (or not taken) in reliance on it is
unauthorised and may be unlawful. If you have received this email in error,
please notify the sender or [email protected]. Email is not a secure
method of communication and the Company cannot accept responsibility for the
accuracy or completeness of this message or any attachment(s). Please check
this email for virus infection for which the Company accepts no responsibility.
If verification of this email is sought then please request a hard copy. Unless
otherwise stated, any views or opinions presented are solely those of the
author and do not represent those of the Company.
The Vernalis Group of Companies
Oakdene Court
613 Reading Road
Winnersh, Berkshire
RG41 5UA.
Tel: +44 118 977 3133
To access trading company registration and address details, please go to the
Vernalis website at www.vernalis.com and click on the "Company address and
registration details" link at the bottom of the page..
______________________________________________________________________<<attachment: Q2_test.png>>
<<attachment: Q3beta1.png>>
------------------------------------------------------------------------------ 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

