Skip Menu |
 

From: Ken Raeburn <raeburn@MIT.EDU>
To: krb5-bugs@MIT.EDU
Subject: python configuration
Date: Mon, 5 Jan 2009 13:29:03 -0500
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.
[raeburn - Mon Jan 5 13:29:22 2009]:

Show quoted text
> 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