27 Feb
2016
27 Feb
'16
5:26 p.m.
AMDG On 02/27/2016 09:59 AM, John Maddock wrote:
Is python initialized more than once, somehow?
I see Boost.Python has it's own:
using python ;
in at least 2 Jamfiles, do these conflict?
They aren't supposed to, because they're guarded by [ python.configured ], but it seems that you're hitting a combination of two bugs in python.jam. - Your python installation is not being correctly detected. - Failed configuration leaves python.jam in an invalid state. In Christ, Steven Watanabe