Thanks for the info Fabian. I'm CC'ing the mailing list so that others see it as well.
-greg On Fri, Jul 27, 2012 at 8:40 AM, Fabian Dey <[email protected]> wrote: > > Dear all, > > I got RDKit working after some more trials using python2.7 - using an > installed version of python (2.6) always led to the > previously described error on import of rdkit in python2.6. I thus installed > python2.7 from the sources and when through > the process described: > > http://code.google.com/p/rdkit/wiki/BuildingOnCentOS > > with some small modifications: > > - boost_1_50_0 was built with: > > ./bootstrap.sh --with-python-version=2.7 --with-libraries=python,regex > --without-icu > ./bjam cflags=-fPIC cxxflags=-fPIC install --debug-configuration > > (--debug-configuration to check if the correct python version was picked up > by the script) > > - in the installation of numpy-1.6.2, the setup.py script got confused with > the presence of two versions of the gnu-fortran > compiler, I thus temporarily removed "g77" from the path while > building&installing. > > python2.7 setup.py build --fcompiler=gnu95 > python2.7 setup.py install > > > Thanks again for the help, > > Fabian > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

