Re: Boost.Python: providing libs for both Python 2.4 and 2.5.

2008-03-24 Thread Dominic Hargreaves
On Fri, Mar 21, 2008 at 12:18:17PM -0500, Steve M. Robbins wrote: > I wrote about three weeks ago [1] that I'm trying to get Boost's > Python extension helper library building with multiple Python > versions. Several very helpful suggestions were made, for which I am > grateful. > > I have been

Re: Boost.Python: providing libs for both Python 2.4 and 2.5.

2008-03-21 Thread Aaron M. Ucko
"Steve M. Robbins" <[EMAIL PROTECTED]> writes: > This allows extension builders to select either the default Python > version, or a specific version, without knowing the Boost > and GCC versions [2]. Yep; so far so good. > I'd like to ask about intended behaviour if a bad action is supplied. > O