Re: [C++-sig] Boost-python/pybindgen and wrapping member variables

2010-01-21 Thread Ben Fitzpatrick
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

Re: [C++-sig] Boost-python/pybindgen and wrapping member variables

2010-01-20 Thread Gustavo Carneiro
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: > >

Re: [C++-sig] Boost-python/pybindgen and wrapping member variables

2010-01-20 Thread Ben Fitzpatrick
-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

Re: [C++-sig] Boost-python/pybindgen and wrapping member variables

2010-01-20 Thread Gustavo Carneiro
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

[C++-sig] Boost-python/pybindgen and wrapping member variables

2010-01-20 Thread Ben Fitzpatrick
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