$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [python] boost-python headers - are they python version specific?
From: Steve Lorimer (steve.lorimer_at_[hidden])
Date: 2013-02-11 20:23:13
I have python 2.7.3 and 3.2.1 deployed in my environment.
I want to build 2 variants of boost python - one for each python version.
My question is - will the boost headers be different; or can I just use the
same header location for the boost headers, and link against a different
boost-python library depending on which python version I want?
TIA
Steve