Re: [PyQt] QVariant bug(?)

2008-09-03 Thread Arve Knudsen
On Tue, Sep 2, 2008 at 11:15 PM, Phil Thompson [EMAIL PROTECTED] wrote: On Tue, 2 Sep 2008 22:12:54 +0200, Arve Knudsen [EMAIL PROTECTED] wrote: On Tue, Sep 2, 2008 at 4:04 PM, Phil Thompson [EMAIL PROTECTED] wrote: On Tue, 2 Sep 2008 11:29:00 +0200, Arve Knudsen [EMAIL PROTECTED] wrote: I

Re: [PyQt] QVariant bug(?)

2008-09-03 Thread Phil Thompson
On Wed, 3 Sep 2008 08:07:25 +0200, Arve Knudsen [EMAIL PROTECTED] wrote: On Tue, Sep 2, 2008 at 11:15 PM, Phil Thompson [EMAIL PROTECTED] wrote: On Tue, 2 Sep 2008 22:12:54 +0200, Arve Knudsen [EMAIL PROTECTED] wrote: On Tue, Sep 2, 2008 at 4:04 PM, Phil Thompson [EMAIL PROTECTED] wrote:

Re: [PyQt] QVariant bug(?)

2008-09-03 Thread Arve Knudsen
On Wed, Sep 3, 2008 at 10:13 AM, Phil Thompson [EMAIL PROTECTED] wrote: On Wed, 3 Sep 2008 08:07:25 +0200, Arve Knudsen [EMAIL PROTECTED] wrote: On Tue, Sep 2, 2008 at 11:15 PM, Phil Thompson [EMAIL PROTECTED] wrote: On Tue, 2 Sep 2008 22:12:54 +0200, Arve Knudsen [EMAIL PROTECTED] wrote:

Re: [PyQt] Lambdas, Closures and Garbage Collection

2008-09-03 Thread charles matthew chen
Hi Phil, Thanks for getting back to us. On Tue, Sep 2, 2008 at 11:09 PM, Phil Thompson [EMAIL PROTECTED] wrote: You want to force programmers to keep an explicit reference to a lambda? That rather misses the point doesn't it? Yes, however, this behavior is a serious source of memory

Re: [PyQt] Compiling PyQt on Windows (vista)

2008-09-03 Thread Gustavo A. Díaz
Thanks Aminu!! Cheers. 2008/9/2 Aminu D [EMAIL PROTECTED] hey, Here are some links I found useful for installing and building PyQt4 on windowsThe first one shud be all u need... http://www.diotavelli.net/PyQtWiki/BuildPyQt4Windows

[PyQt] SIP and __doc__ strings

2008-09-03 Thread Mark A. Schmucker
I've noticed that my SIP'd application and PyQt do not have Python __doc__strings. I see there was some discussion among the group in 2003 and 2004 about how this might be implemented. Has there been any progress on this, or can anyone suggest a work-around? Thanks, Mark

Re: [PyQt] Calling protected methods on objects

2008-09-03 Thread Simon Edwards
Phil Thompson wrote: On Mon, 01 Sep 2008 22:29:37 +0200, Simon Edwards [EMAIL PROTECTED] wrote: Hello Phil, I'm busy working on integrating Python with Plasma in KDE 4. The API for doing network distributed applets is a bit convoluted, there is a lot of delegation of methods calls to other