$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Malte Clasen (news_at_[hidden])
Date: 2005-11-07 21:00:00
Noel Yap wrote:
> Is there any work being done to get boost::python to work with Python
> 2.4? Does anyone see any reasons it won't work (assuming the build is
> able to work)?
It runs fine here with boost 1.33. I've built it under windows with the
python.org binaries, the ActiveState distribution (both using Visual C++
7.1) and a self-compiled python library (using Visual C++ 8.0). The
vc7.1 build worked out-of-the-box whereas vc8 required a small update
from the boost cvs repository.
Malte