$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost.Python question about converters and make_getter
From: John Wiegley (jwiegley_at_[hidden])
Date: 2009-11-21 16:52:11
On Nov 21, 2009, at 10:02 AM, Ralf W. Grosse-Kunstleve wrote:
> I think this is covered by
>
> http://www.boost.org/doc/libs/1_40_0/libs/python/doc/v2/faq.html#topythonconversionfailed
Thank you, that looks exactly like what I needed.
John