PM
To: Development of Python/C++ integration
Subject: Re: [C++-sig] Boost-python/pybindgen and wrapping member variables
On Wed, Jan 20, 2010 at 7:26 PM, Ben Fitzpatrick
mailto:bfitzpatr...@vtiinstruments.com>> wrote:
Gustavo,
I think you win some sort of prize for not only fastest mailin
ary 20, 2010 1:18 PM
> *To:* Development of Python/C++ integration
> *Subject:* Re: [C++-sig] Boost-python/pybindgen and wrapping member
> variables
>
>
>
>
>
> On Wed, Jan 20, 2010 at 5:43 PM, Ben Fitzpatrick <
> bfitzpatr...@vtiinstruments.com> wrote:
>
>
-bounces+bfitzpatrick=vtiinstruments@python.org] On
Behalf Of Gustavo Carneiro
Sent: Wednesday, January 20, 2010 1:18 PM
To: Development of Python/C++ integration
Subject: Re: [C++-sig] Boost-python/pybindgen and wrapping member variables
On Wed, Jan 20, 2010 at 5:43 PM, Ben Fitzpatrick
On Wed, Jan 20, 2010 at 5:43 PM, Ben Fitzpatrick <
bfitzpatr...@vtiinstruments.com> wrote:
> Hi everyone,
>
>
>
> I think I’m finally getting the hang of this, I seem to have gotten almost
> everything in my project working thanks to Gustavo’s latest pybindgen patch.
> One of the remaining things
Hi everyone,
I think I'm finally getting the hang of this, I seem to have gotten almost
everything in my project working thanks to Gustavo's latest pybindgen patch.
One of the remaining things I am having difficulty with is putting annotations
on member variables of a class. I have something of