Re: [PyKDE] Abstract annotation and deleting objects

2005-03-25 Thread James Emerton
On 25-Mar-05, at 9:47 AM, Phil Thompson wrote: The effect of the CLASS_CANNOT_CREATE bit is to set td_init AND td_dealloc to 0 in the generated sipTypeDef. This causes factory methods returning pointers to abstract interfaces to leak memory. I am going to attempt to patch this, but I still don't k

Re: [PyKDE] PyQT Memory Leak (new)

2005-03-25 Thread Phil Thompson
On Wednesday 23 March 2005 3:51 pm, Nahuel Greco wrote: > Hi, I think that I have found a memory leak in the latest PyQT snapshot. > When you create forms, if the form constructor connects their signals, > after his destruction a "weakref" object remains in memory. Note the > attached logs: > >

Re: [PyKDE] can't install sip using mingw

2005-03-25 Thread Phil Thompson
On Friday 25 March 2005 9:41 am, mrx wrote: > Hi! > > I can't install sip on my windows machine using mingw > > As output imto cmd.exe, I get: > > > makefile:29: warning: overriding commands for target `.c.o' > makefile:26: warning: ignoring old commands for target `.c.o' > makefile:30: warning: ov

Re: [PyKDE] "pure virtual method called"

2005-03-25 Thread Phil Thompson
On Thursday 24 March 2005 7:05 pm, Simon Edwards wrote: > Hi all, > > If I play this this code (see attachment) I quickly run up against a crash > or the message "pure virtual method called" and then a crash. > > I'm overriding createView(), but my version should right now behave exactly > the same

Re: [PyKDE] Abstract annotation and deleting objects

2005-03-25 Thread Phil Thompson
On Thursday 24 March 2005 1:07 am, James Emerton wrote: > If a sip specification marks a class with the 'Abstract' annotation, > the CLASS_CANNOT_CREATE bit is set. This can also be caused by the > inclusion of pure virtual methods. Private pure virtual methods. > The effect of the CLASS_CANNOT_

[PyKDE] Heads Up on SIP Change

2005-03-25 Thread Phil Thompson
The next SIP snapshot includes a side effect that will cause problems for .sip files that don't specify private or protected destructors properly. PyQt and PyKDE are affected. PyQt will be fixed in its next snapshot. Phil ___ PyKDE mailing listPyK

Re: [PyKDE] Eric3 installation bug

2005-03-25 Thread John Ridley
--- Detlev Offenbach <[EMAIL PROTECTED]> wrote: > Am Freitag, 25. März 2005 16:44 schrieb John Ridley: > > Hello > > > > installed eric 3.6.2 today but found one bug: > > > > [root]# python install.py -b /usr/local/bin -d /usr/local/lib/eric > > [user]# eric3 > > Traceback (most recent call last):

Re: [PyKDE] Eric3 installation bug

2005-03-25 Thread Detlev Offenbach
Am Freitag, 25. März 2005 16:44 schrieb John Ridley: > Hello > > installed eric 3.6.2 today but found one bug: > > [root]# python install.py -b /usr/local/bin -d /usr/local/lib/eric > [user]# eric3 > Traceback (most recent call last): > File "/usr/local/lib/eric/eric3/eric3.py", line 21, in ? >

[PyKDE] PyQt Widgetfactory

2005-03-25 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, I have put together a somewhat sane release of a Widgetfactory Python implementation (was: UI-OnTheFly). I'm still searching for a good name, but that doesn't mean that there isn't anything else to be done. Please have a look at the README fi

[PyKDE] Eric3 installation bug

2005-03-25 Thread John Ridley
Hello installed eric 3.6.2 today but found one bug: [root]# python install.py -b /usr/local/bin -d /usr/local/lib/eric [user]# eric3 Traceback (most recent call last): File "/usr/local/lib/eric/eric3/eric3.py", line 21, in ? from UI.SplashScreen import SplashScreen, NoneSplashScreen File

[PyKDE] can't install sip using mingw

2005-03-25 Thread mrx
Hi! I can't install sip on my windows machine using mingw As output imto cmd.exe, I get: makefile:29: warning: overriding commands for target `.c.o' makefile:26: warning: ignoring old commands for target `.c.o' makefile:30: warning: overriding commands for target `.c.o' makefile:27: warning: ig