Re: [PyQt] SIP: memory leak in mapped type?

2007-07-28 Thread Phil Thompson
On Saturday 28 July 2007 5:53 pm, Giovanni Bajo wrote: > On sab, 2007-07-28 at 16:53 +0100, Phil Thompson wrote: > > The leak that your test case demonstrated had nothing to do > > with /Transfer/ or > > sipTransferObj. If you still have a leak then I need another test > > case. > > You mentioned t

Re: [PyQt] Python 2.5, QT 4.3.0, PyQt4 built from sources on WinXP using MSVC 2005

2007-07-28 Thread Phil Thompson
On Saturday 28 July 2007 7:26 pm, Nick Kitchiner wrote: > Hi Folks > > can you help. I have run out of ideas. > > I have downloaded Python2.5 installed it, everything fine. > I downloaded the GPL QT 4.3.0 built it with MSVC 2005 installed it etc, > seems to be fine. > I downloaded the PyQt4 windows

Re: [PyQt] Problems with QX11EmbedContainer

2007-07-28 Thread Gustavo A. Díaz
Anyway, it works will all of those. Now, i am having a problem that i was thinking that may come: Every time i press in any listWidget item of my app, seems the xterm executes many instances in the background reaching a moment that i have many "hidden" xterm consoles opened (plus the one inside t

[PyQt] Python 2.5, QT 4.3.0, PyQt4 built from sources on WinXP using MSVC 2005

2007-07-28 Thread Nick Kitchiner
Hi Folks can you help. I have run out of ideas. I have downloaded Python2.5 installed it, everything fine. I downloaded the GPL QT 4.3.0 built it with MSVC 2005 installed it etc, seems to be fine. I downloaded the PyQt4 windows binaries, installed,didn't seem to work at all. I downloaded the

Re: [PyQt] SIP: memory leak in mapped type?

2007-07-28 Thread Giovanni Bajo
On sab, 2007-07-28 at 16:53 +0100, Phil Thompson wrote: > The leak that your test case demonstrated had nothing to do > with /Transfer/ or > sipTransferObj. If you still have a leak then I need another test > case. You mentioned that you fixed a memory leak in SIP with mapped types and /Out/ ann

Re: [PyQt] SIP: memory leak in mapped type?

2007-07-28 Thread Phil Thompson
On Saturday 28 July 2007 4:36 pm, Giovanni Bajo wrote: > On sab, 2007-07-28 at 12:30 +0100, Phil Thompson wrote: > > > - bug.h / bug.cpp is the source code, with two functions with identical > > > semantic but different signature. > > > - bug.sip is the trivial wrapper for both functions. > > > - s

Re: [PyQt] SIP: memory leak in mapped type?

2007-07-28 Thread Giovanni Bajo
On sab, 2007-07-28 at 12:30 +0100, Phil Thompson wrote: > > - bug.h / bug.cpp is the source code, with two functions with identical > > semantic but different signature. > > - bug.sip is the trivial wrapper for both functions. > > - stl.sip is the file with the mapped types for std::vector [notice

Re: [PyQt] SIP: memory leak in mapped type?

2007-07-28 Thread Phil Thompson
On Friday 27 July 2007 4:30 pm, Giovanni Bajo wrote: > On 7/27/2007 3:19 PM, Phil Thompson wrote: > >> // Get the Python wrapper for the Type instance, creating a new > >> // one if necessary, and handle any ownership transfer. > >> if ((pobj = sipConvertFromInstance(cpp,

Re: [PyQt] Can't compile on OS X

2007-07-28 Thread Arve Knudsen
On 7/27/07, Phil Thompson <[EMAIL PROTECTED]> wrote: > > On Friday 27 July 2007 4:37 pm, Arve Knudsen wrote: > > I'm trying to compile the latest PyQt snapshot on OS X, against Qt-4.3.0 > , > > but fail due to linking errors. I've attached a log > > of the last command and the resulting errors. > >

Re: [PyQt] Problems with QX11EmbedContainer

2007-07-28 Thread David Boddie
On Saturday 28 July 2007 03:27, Giovanni Bajo wrote: > On sab, 2007-07-28 at 00:17 +0200, David Boddie wrote: > > You should be passing '-into' rather than '-wid'. It might also be a good > > idea to pass the QX11EmbedContainer's window ID using QString.number(wid) > > instead of just str(wid). Py