Re: [C++-sig] Callbacks in PyBindGen

2010-05-19 Thread Gustavo Carneiro
Example: http://bazaar.launchpad.net/~gjc/pybindgen/trunk/revision/766 (don't forget the previous revision 765 for a bug fix) On Wed, May 19, 2010 at 10:36, Gustavo Carneiro wrote: > > > On Tue, May 18, 2010 at 14:23, cammm wrote: >

Re: [C++-sig] Callbacks in PyBindGen

2010-05-19 Thread Gustavo Carneiro
On Tue, May 18, 2010 at 14:23, cammm wrote: > > So I've just started playing with pybindgen and having used pyobject plus > and > boost::python before I have to say, it is a breathe of fresh air. > > Simple, explicit, fast and written in python. I'm not a fan of automatic > coverage / source code

[C++-sig] Callbacks in PyBindGen

2010-05-18 Thread cammm
So I've just started playing with pybindgen and having used pyobject plus and boost::python before I have to say, it is a breathe of fresh air. Simple, explicit, fast and written in python. I'm not a fan of automatic coverage / source code parsing, explicit description of the python interface doe