Re: [Rdkit-discuss] Python 2.7 binaries for win32

2011-04-19 Thread Greg Landrum
On Tue, Apr 19, 2011 at 10:28 AM, George Papadatos wrote: > Hello, > FYI, it seems there is an inconsistency in the RDKit binaries for Windows > Python 2.7, as the dependency walker indicated: The rdBase.pyd looks for a > boost_python-vc-mt-1_44.dll in %RDBASE%/lib whereas the actual name of the >

Re: [Rdkit-discuss] Python 2.7 binaries for win32

2011-04-19 Thread George Papadatos
Hello, FYI, it seems there is an inconsistency in the RDKit binaries for Windows Python 2.7, as the dependency walker indicated: The rdBase.pyd looks for a boost_python-vc-mt-1_44.dll in %RDBASE%/lib whereas the actual name of the dll is boost_python-vc*90*-mt-1_44.dll This is probably what caused

Re: [Rdkit-discuss] Python 2.7 binaries for win32

2011-04-18 Thread George Papadatos
Hi Uwe, Thanks for the reply. Perhaps I did not make it clear but what I meant is that I appended %RDBASE%\lib to the PATH variable. Regards, George Sent from my gPhone On 18 Apr 2011, at 07:49, Uwe Hoffmann wrote: > Hi George, > Am 17.04.2011 12:03, schrieb George Papadatos: >> So... >>

Re: [Rdkit-discuss] Python 2.7 binaries for win32

2011-04-17 Thread Uwe Hoffmann
Hi George, Am 17.04.2011 12:03, schrieb George Papadatos: > So... > I've copied the binaries folder to C:\RDKit_2011_03_1 > I've added the variables: > RDBASE = C:\RDKit_2011_03_1 > PYTHONPATH = %RDBASE% > PATH = %RDBASE%\lib This seems to be problematic because you overwrite the whole PATH enviro

Re: [Rdkit-discuss] Python 2.7 binaries for win32

2011-04-17 Thread George Papadatos
So... I've copied the binaries folder to C:\RDKit_2011_03_1 I've added the variables: RDBASE = C:\RDKit_2011_03_1 PYTHONPATH = %RDBASE% PATH = %RDBASE%\lib And yet, I still get this error: In [1]: from rdkit.Chem import AllChem as Chem --

Re: [Rdkit-discuss] Python 2.7 binaries for win32

2011-04-17 Thread George Papadatos
Cheers, Greg. George On 17 April 2011 06:14, Greg Landrum wrote: > Dear all, > > After a couple of requests, I just uploaded a win32 build of the > 2011.03 release that supports Python 2.7 to both the google code and > sourceforge download sites. > > Best Regards, > -greg > > >