It looks like you forgot to update your python path. Try doing: export PYTHONPATH="$RDBASE:$PYTHONPATH" and then run the tests.
-greg 2009/9/29 Christian de Bouillé <[email protected]>: > Dear Greg > > RDBASE=/home/bouille/Rdk/RDKit_Q22009_1 > export RDBASE > BOOSTHOME=/usr/local/src/boost_1_40_0 > export BOOSTHOME > BOOST_BUILD_PATH=/usr/local/src/boost_1_40_0 > export BOOST_BUILD_PATH > LD_LIBRARY_PATH=$RDBASE/bin > export LD_LIBRARY_PATH > > `cd $BOOST` > `bjam --with-thread --with-python address-model=64 release install` > > At the end I got > .updated 7510 targets... > > > cd $RDBASE/Code > python $RDBASE/rdkit/TestRunner.py test_list.py > Traceback (most recent call last): > File "/home/bouille/Rdk/RDKit_Q22009_1/rdkit/TestRunner.py", line 7, in > <module> > from rdkit import RDConfig > ImportError: No module named rdkit > > For you information I do not check > Blas and lapack > flex and bison > python-dev > squile > I install Numpy > > For bjam I have done ./bjam install > > Many thanks for your help > > Best Regards > Bouille > > > -----Message d'origine----- > De : [email protected] [mailto:[email protected]]de la part de > Greg Landrum > Envoyé : lundi 28 septembre 2009 17:10 > À : [email protected] > Cc : [email protected] > Objet : Re: bouille: RDKIT > > > > Dear Christian, > > 2009/9/28 Christian de Bouillé <[email protected]>: >>> Dear Greg Landrum >> >> I am registred >>> >>> Trying to install RDKIT into Fedora9 and after Fedora 10 >>> >>> TestRunner.py does not find RDConfig >>> >>> Using bjam with 64, it is difficult to know >>> if Boost is well installed >>> >>> Trying to remove Python 2.51 from Fedora9, I crashed down Fedora9 >>> Now Fedora10 uses Python 2.52 >>> > > Please provide a bit more information: > 1) what steps did you carry out? > 2) what are your environment variables (specifically RDBASE, > BOOSTHOME, and BOOST_BUILD_PATH)? > > -greg > >

