[raeburn - Mon Jan 5 13:29:22 2009]: > The Python-based sample service-location plugin was hard-coded to use > Python 2.3, and now handles 2.5 as well. It should instead look for > the python-config program, and use whatever is installed, with the > appropriate compilation and linker options for that version. I have been thinking about this... python-config did not exist in 2.3 - however, python-config gets it's info from the distutils module. How would you feel if we do some inline python groveling in configure... The autoconf macro library has some macros that do this - but I do not believe they are totally correct... Ezra