[PyKDE] Constantly increasing memory usage in (some) PyQt applications

2005-01-14 Thread Umit Oztosun
Hello, I've been using PyQt for about six months. IMHO, PyQt is *great*, a perfect tool for creating first-class portable GUI applications. It is also very enjoyable to work with Python and Qt, both are elegant and nicely designed. However, I've some issues about the memory usage of PyQt

Re: [PyKDE] Clipboard Problem

2005-01-14 Thread Toby Dickenson
On Friday 14 January 2005 13:20, [EMAIL PROTECTED] wrote: Hi, My application uses the clipboard's setText function (not in selection mode) for copied text. It works fine while the app is running, but the clipboard is always empty after exiting the application. This occurs on both Linux

Re: [PyKDE] PyQt on Mandrake 10.1 fails to compile after README patch

2005-01-14 Thread Phil Thompson
On Friday 14 January 2005 5:20 pm, Parzival Herzog wrote: I am upgrading from Mandrake 9.2 to Mandrake 10.1, and consequently have to rebuild and install everything having to do with PyQT, PyKDE, eric, sip etc. I have had a number of problems in this process, and I do not know how to resolve

Re: [PyKDE] PyQt on Mandrake 10.1 fails to compile after README patch

2005-01-14 Thread Parzival
On Friday 14 January 2005 11:49, Phil Thompson wrote: On Friday 14 January 2005 5:20 pm, Parzival Herzog wrote: snip The newly built and installed PyQt would not work, giving Error: /usr/lib/python2.3/site-packages/qt.so: undefined symbol: _ZNK14QPlatinumStyle9classNameEv snip You

Re: [PyKDE] KDE 3.4beta1 (no) support

2005-01-14 Thread Simon Edwards
On Friday 14 January 2005 08:52, Jim Bublitz wrote: Right now I'm shooting for cleaning some remaining PyKDE problems/requests and being ready to release a 3.4 compatible version as close to the shceduled mid-March 3.4.0 release as possible. I can be convinced to do otherwise for a good

Re: [PyKDE] PyQt on Mandrake 10.1 fails to compile after README patch

2005-01-14 Thread Simon Edwards
On Friday 14 January 2005 18:20, Parzival Herzog wrote: I am upgrading from Mandrake 9.2 to Mandrake 10.1, and consequently have to rebuild and install everything having to do with PyQT, PyKDE, eric, sip etc. http://www.simonzone.com/software/mdkrpm/ -- Simon Edwards             | Guarddog

Re: [PyKDE] KDE 3.4beta1 (no) support

2005-01-14 Thread Jim Bublitz
On Friday 14 January 2005 10:57, Simon Edwards wrote: On Friday 14 January 2005 08:52, Jim Bublitz wrote: Right now I'm shooting for cleaning some remaining PyKDE problems/requests and being ready to release a 3.4 compatible version as close to the shceduled mid-March 3.4.0 release as

Re: [PyKDE] PyQt on Mandrake 10.1 fails to compile after README patch

2005-01-14 Thread Phil Thompson
On Friday 14 January 2005 6:38 pm, Parzival wrote: On Friday 14 January 2005 11:49, Phil Thompson wrote: On Friday 14 January 2005 5:20 pm, Parzival Herzog wrote: snip The newly built and installed PyQt would not work, giving Error: /usr/lib/python2.3/site-packages/qt.so: undefined

Re: [PyKDE] Constantly increasing memory usage in (some) PyQt applications

2005-01-14 Thread Umit Oztosun
On Friday 14 January 2005 15:56, Phil Thompson wrote: The current SIP v4 snapshot contains a fix for a memory leak, however it (SIP, not the fix) causes eric problems at the moment. If you can produce a small example that appears to demonstrate a leak then I'll look at it. Phil My tests

Re: [PyKDE] Constantly increasing memory usage in (some) PyQt applications

2005-01-14 Thread Phil Thompson
On Friday 14 January 2005 11:59 pm, you wrote: On Friday 14 January 2005 15:56, Phil Thompson wrote: The current SIP v4 snapshot contains a fix for a memory leak, however it (SIP, not the fix) causes eric problems at the moment. If you can produce a small example that appears to demonstrate