[Rdkit-discuss] installation problem
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Li B. <dc...@nu...> - 2009-08-26 06:02:52
|
Hi,
I am trying to install RDKit. When I test the build it gave the
following error. I have c:\python26 in my path variable and all the
environment variables have been set up. Don't understand why it still
looks into c:/python25 for python.exe. By the way the installation is
really difficult and must be very cautious.
Bowen
Error message
Could not find executable: c:/python25\python.exe.
Traceback (most recent call last):
File "..\rdkit\TestRunner.py", line 77, in RunScript
res = RunTest(exeName,args,extras)
File "..\rdkit\TestRunner.py", line 24, in RunTest
os.chdir(extras['dir'])
WindowsError: [Error 2] The system cannot find the file specified:
'DataStructs'
Traceback (most recent call last):
File "..\rdkit\TestRunner.py", line 77, in RunScript
res = RunTest(exeName,args,extras)
File "..\rdkit\TestRunner.py", line 24, in RunTest
os.chdir(extras['dir'])
WindowsError: [Error 3] The system cannot find the path specified:
'DataStructs/
Wrap'
Traceback (most recent call last):
File "..\rdkit\TestRunner.py", line 77, in RunScript
res = RunTest(exeName,args,extras)
File "..\rdkit\TestRunner.py", line 24, in RunTest
os.chdir(extras['dir'])
WindowsError: [Error 2] The system cannot find the file specified:
'Query'
Traceback (most recent call last):
File "..\rdkit\TestRunner.py", line 77, in RunScript
res = RunTest(exeName,args,extras)
File "..\rdkit\TestRunner.py", line 24, in RunTest
os.chdir(extras['dir'])
WindowsError: [Error 3] The system cannot find the path specified:
'DataManip/Me
tricMatrixCalc'
Traceback (most recent call last):
File "..\rdkit\TestRunner.py", line 77, in RunScript
res = RunTest(exeName,args,extras)
File "..\rdkit\TestRunner.py", line 24, in RunTest
os.chdir(extras['dir'])
WindowsError: [Error 3] The system cannot find the path specified:
'DataManip/Me
tricMatrixCalc/Wrap'
Traceback (most recent call last):
File "..\rdkit\TestRunner.py", line 77, in RunScript
res = RunTest(exeName,args,extras)
File "..\rdkit\TestRunner.py", line 24, in RunTest
os.chdir(extras['dir'])
WindowsError: [Error 3] The system cannot find the path specified:
'ML/InfoTheor
y/Wrap'
Traceback (most recent call last):
File "..\rdkit\TestRunner.py", line 77, in RunScript
res = RunTest(exeName,args,extras)
File "..\rdkit\TestRunner.py", line 24, in RunTest
os.chdir(extras['dir'])
WindowsError: [Error 2] The system cannot find the file specified:
'Numerics'
Traceback (most recent call last):
File "..\rdkit\TestRunner.py", line 77, in RunScript
res = RunTest(exeName,args,extras)
File "..\rdkit\TestRunner.py", line 24, in RunTest
os.chdir(extras['dir'])
WindowsError: [Error 2] The system cannot find the file specified:
'ForceField'
Traceback (most recent call last):
File "..\rdkit\TestRunner.py", line 77, in RunScript
res = RunTest(exeName,args,extras)
File "..\rdkit\TestRunner.py", line 24, in RunTest
os.chdir(extras['dir'])
WindowsError: [Error 2] The system cannot find the file specified:
'DistGeom'
Traceback (most recent call last):
File "..\rdkit\TestRunner.py", line 77, in RunScript
res = RunTest(exeName,args,extras)
File "..\rdkit\TestRunner.py", line 24, in RunTest
os.chdir(extras['dir'])
WindowsError: [Error 2] The system cannot find the file specified:
'ChemicalFeat
ures'
Traceback (most recent call last):
File "..\rdkit\TestRunner.py", line 77, in RunScript
res = RunTest(exeName,args,extras)
File "..\rdkit\TestRunner.py", line 24, in RunTest
os.chdir(extras['dir'])
WindowsError: [Error 3] The system cannot find the path specified:
'ChemicalFeat
ures/Wrap'
Traceback (most recent call last):
File "..\rdkit\TestRunner.py", line 77, in RunScript
res = RunTest(exeName,args,extras)
File "..\rdkit\TestRunner.py", line 24, in RunTest
os.chdir(extras['dir'])
WindowsError: [Error 3] The system cannot find the path specified:
'SimDivPicker
s/Wrap'
Traceback (most recent call last):
File "..\rdkit\TestRunner.py", line 77, in RunScript
res = RunTest(exeName,args,extras)
File "..\rdkit\TestRunner.py", line 24, in RunTest
os.chdir(extras['dir'])
WindowsError: [Error 2] The system cannot find the file specified: 'ML'
Traceback (most recent call last):
File "..\rdkit\TestRunner.py", line 77, in RunScript
res = RunTest(exeName,args,extras)
File "..\rdkit\TestRunner.py", line 24, in RunTest
os.chdir(extras['dir'])
WindowsError: [Error 2] The system cannot find the file specified:
'GraphMol'
!-!-!-!-!-!-!-!-!-!-!
Script: test_list.py. Failed 15 (of 15) tests in 0.30 seconds
(RDGeneral): python test_list.py
(DataStructs): python test_list.py
(DataStructs/Wrap): python test_list.py
(Query): python test_list.py
(DataManip/MetricMatrixCalc): python test_list.py
(DataManip/MetricMatrixCalc/Wrap): python test_list.py
(ML/InfoTheory/Wrap): python test_list.py
(Numerics): python test_list.py
(ForceField): python test_list.py
(DistGeom): python test_list.py
(ChemicalFeatures): python test_list.py
(ChemicalFeatures/Wrap): python test_list.py
(SimDivPickers/Wrap): python test_list.py
(ML): python test_list.py
(GraphMol): python test_list.py
|