Re: [PyKDE] About getting Qt C++ hidden under a PyObject*

2003-10-07 Thread Pierre Barbier de Reuille
Le mar 07/10/2003 à 11:03, Gerard Vermeulen a écrit : > Oops, my point of view is using boost (or VTK) wrapped objects in sip-files. ok ... > I never thought about this. I work the other way around and for the moment > I cannot help you. On the other hand, yesterday evening I started > conside

Re: [PyKDE] About getting Qt C++ hidden under a PyObject*

2003-10-07 Thread Gerard Vermeulen
On Tue, 07 Oct 2003 09:55:32 +0200 Pierre Barbier de Reuille <[EMAIL PROTECTED]> wrote: > Le lun 06/10/2003 à 16:51, Gerard Vermeulen a écrit : > > Hi, > > > > I think so, see my post of last Thursday replying Joe Van Andel. > > The attached example concerned Vtk Python objects, but I would try >

Re: [PyKDE] About getting Qt C++ hidden under a PyObject*

2003-10-07 Thread Pierre Barbier de Reuille
Le lun 06/10/2003 à 16:51, Gerard Vermeulen a écrit : > Hi, > > I think so, see my post of last Thursday replying Joe Van Andel. > The attached example concerned Vtk Python objects, but I would try > the same approach for Boost. > > There may be a few gotchas, though: > (1) sip generated modules

Re: [PyKDE] About getting Qt C++ hidden under a PyObject*

2003-10-06 Thread Gerard Vermeulen
On Mon, 06 Oct 2003 16:39:25 +0200 Pierre Barbier de Reuille <[EMAIL PROTECTED]> wrote: > Hello, > > I know nothing about how SIP works, but I'm using PyQt to build the > interface of my application. I need to write C++ extensions in order to > have efficient enough routines. But I already learne

[PyKDE] About getting Qt C++ hidden under a PyObject*

2003-10-06 Thread Pierre Barbier de Reuille
Hello, I know nothing about how SIP works, but I'm using PyQt to build the interface of my application. I need to write C++ extensions in order to have efficient enough routines. But I already learned a C++ - Python binding library (namely Boost.Python) and I do not really intend in learning anoth