I've gone to this archived message and installed the library mentioned.  It 
just installed itself rather than asking me where I wanted to put it.  However, 
rdkit seems to be recognising it as I now get a new error (pasted below) .  Do 
I have to go to an older rdkit which likes numpy version 4?  
 
 
Python 2.7.1 |EPD 7.0-2 (32-bit)| (r271:86832, Dec  2 2010, 10:35:02) [MSC 
v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> import rdkit
>>> from rdkit import Chem
RuntimeError: module compiled against API version 6 but this version of numpy 
is 4
RuntimeError: module compiled against API version 6 but this version of numpy 
is 4


________________________________
From: James Davidson <[email protected]>
To: [email protected] 
Cc: [email protected] 
Sent: Saturday, 11 August 2012, 7:58
Subject: Re: [Rdkit-discuss] windows binary install


Hi Alan,
 
My guess is that your problem is missing DLLs, available in the MS C++ 
Redistributable package – solution described by George for a very similar 
problem:  
http://www.mail-archive.com/[email protected]/msg02381.html.
 
I now tend to explicitly just put a copy of these two DLLs into the RDKit lib 
folder when installing for others, and I can reproduce your error if I remove 
one of these DLLs from there on my system.
 
Cheers
 
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
100 Berkshire Place
Wharfedale Road
Winnersh, Berkshire
RG41 5RD, England
Tel: +44 (0)118 938 0000

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..
______________________________________________________________________
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to