[PyKDE] ANN: new eric4 snapshot

2007-02-18 Thread Detlev Offenbach
Hi, this is to let you know about the availability of a new snapshot of eric4. It fixes a few bugs and includes these changed functionality. - changed graphics to use QGraphicsView - changed Pylint support for pylint >= 0.12.0 - changed the compare dialog to be more specific about changed lines

Re: [PyKDE] SIGNAL-to-SIGNAL connection seems broken

2007-02-18 Thread Phil Thompson
On Wednesday 24 January 2007 11:43 pm, Giovanni Bajo wrote: > Hi Phil, > > == > #!/usr/bin/env python > from PyQt4.Qt import * > > a = QObject(None) > > called = [] > def myslot(): > called.append(True) > > QObject.connect(a, SIGNAL("destroyed()"), a

Re: [PyKDE] Reduced testcase for lambda-related crash

2007-02-18 Thread Phil Thompson
On Saturday 03 February 2007 3:53 pm, Giovanni Bajo wrote: > Hi Phil, > > I managed to reduce another small crashing testcase: > > == > #!/usr/bin/env python > from qt import * > import weakref > > class myref(weakref.ref): > pass > > a = QObject(None) >

Re: [PyKDE] Writing Qt Designer Plugins in Python

2007-02-18 Thread Phil Thompson
On Sunday 18 February 2007 12:23 pm, Hans-Peter Jansen wrote: > Am Samstag, 17. Februar 2007 schrieb Phil Thompson: > > Thanks to work done by David Boddie, the current PyQt4 snapshot (and SIP > > as well) allows you to write custom widget plugins for Qt Designer using > > Python. > > Wow, these ar

Re: [PyKDE] Writing Qt Designer Plugins in Python

2007-02-18 Thread Hans-Peter Jansen
Am Samstag, 17. Februar 2007 schrieb Phil Thompson: > Thanks to work done by David Boddie, the current PyQt4 snapshot (and SIP > as well) allows you to write custom widget plugins for Qt Designer using > Python. Wow, these are exceptionally good news. Congrats to you both! > Python custom widgets