Dear Bowen,
2009/8/28 Li Bowen <[email protected]>: > Hi Greg, > > Thank you very much. I uninstalled the previous build and did it again. This > time python was found. I can't find the testExecs folder anywhere in RDKit. > > Thanks & regards, > Bowen > ============================================================================= > Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] > on > win32 > Type "help", "copyright", "credits" or "license" for more information. >>>> from rdkit import Chem > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "E:\Code > library\chemoinformatics\RDKit_Q22009_1\rdkit\Chem\__init__.py", > line 14, in <module> > from rdkit import rdBase > ImportError: DLL load failed: The specified module could not be found. > ============================================================================== > E:\Code library\chemoinformatics\RDKit_Q22009_1\Code>..\rdkit\TestRunner.py > test_list.py > Could not find executable: testExecs/testDict.exe. > Could not find executable: testExecs/test.exe. >From these error messages, it looks like you haven't actually built (compiled) the code; just installed it. Have you followed the directions on this wiki page? http://code.google.com/p/rdkit/wiki/BuildingOnWindows -greg

