RE: [PyKDE] Request for Testing

2005-08-23 Thread Tuvi, Selim
My thanks as well, I can confirm that both the 8/21 and 8/22 snapshots work well for our application. I didn't have a chance to run extensive tests for memory leaks though. -Selim Selim Tuvi, Research Engineering Group, SLAC GLAST, I&T Online, MS 98 Tel:650-926-3376 Fax:650-926-4335 > -O

Re: [PyKDE] invalid type for QSizePolicy()

2005-08-23 Thread Phil Thompson
On Tuesday 23 August 2005 5:55 pm, Bruno Castro da Silva wrote: > Hi all, > > I recently installed Kubuntu and I'm facing some problems when I try > to run one of my pyqt projects, which I started on a Fedora distro. > When I try to run it, the following error occurs: > > TypeError: argument 1 of Q

[PyKDE] invalid type for QSizePolicy()

2005-08-23 Thread Bruno Castro da Silva
Hi all, I recently installed Kubuntu and I'm facing some problems when I try to run one of my pyqt projects, which I started on a Fedora distro. When I try to run it, the following error occurs: TypeError: argument 1 of QSizePolicy() has an invalid type. I am aware that this error has been disc

Re: [PyKDE] Request for Testing

2005-08-23 Thread Giovanni Bajo
Phil Thompson <[EMAIL PROTECTED]> wrote: Eventually produced... :) Attached to this mail. >> >> Followup: it could be reduced a little bit more. Attached again. > > Should be fixed in tonight's SIP snapshot - no need to rebuild PyQt. Thanks, works for my application. FYI, I will be out for

[PyKDE] latest eric3 snapshot rocks!

2005-08-23 Thread Diez B. Roggisch
Hi, just got around testing the latest snapshot - great! The toolbar-search is close to what I always dreamt of. Only a few questions arose: - it's a combo-box - but for me, it doesn't do anything. - is it possible to bind the incremental search to some key? - same for "search next/prev incr

Re: [PyKDE] QObject::connectNotify

2005-08-23 Thread Phil Thompson
> Hi - > > Is there a version of QObject::connectNotify for python signals, or a > similar mechanism? I have a signal whose conditions are very expensive to > calculate, so it would be better to not calculate its conditions if it is > not connected. Afraid not. Unfortunately, as connectNotify() is

[PyKDE] QObject::connectNotify

2005-08-23 Thread Jeremy Sanders
Hi - Is there a version of QObject::connectNotify for python signals, or a similar mechanism? I have a signal whose conditions are very expensive to calculate, so it would be better to not calculate its conditions if it is not connected. Thanks Jeremy __