Hi Kirk, On Mon, Jan 11, 2010 at 7:31 PM, <[email protected]> wrote: > I installed the RDKit Windows binaries for Python 2.5 and I get an error > when attempting to use it: > >>>>from rdkit import Chem > > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "C:\RDKit_Q22009\rdkit\Chem\__init__.py", line 14, in <module> > from rdkit import rdBase > ImportError: DLL load failed: This application has failed to start because > the a > pplication configuration is incorrect. Reinstalling the application may fix > this > problem. > > > I see that the rdBase.pyd file where I would expect it to be > (C:\RDKit_Q32009\rdkit\). To verify the problem, I also downloaded and > installed the Q2_2009 Windows binaries for Python 2.5 and I get no error.
Do you have c:\RDKit_Q32009 in your PATH? -greg ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

