[PyKDE] [PyQt] [3] Segfault when accessing a QString after emission

2006-09-12 Thread Marco Wahl
Hi! This is driving me mad: [[[ Python 2.4.1 (#7, Aug 3 2005, 14:55:58) [GCC 3.3.1 (SuSE Linux)] on linux2 Type help, copyright, credits or license for more information. from qt import * import sys app = QApplication(sys.argv) class ConnBox(QObject): ... def __init__(self, *args): ...

[PyKDE] Re: 15 minutes of fame

2006-09-12 Thread Rex Dieter
Jim Bublitz wrote: I have an interview up at http://dot.kde.org/1157841422/ - feel free to make derisive comments (Phil did one earlier - interview, that is - if you missed it). Excellent interviews, both you and Phil. Keep up the good work. -- Rex

[PyKDE] Qt3 Clipboard Problem

2006-09-12 Thread Doug Bell
Hi, My application uses QClipboard'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 (PyQt 3.16 and Qt 3.3.6) and Windows (Qt 2.3). Any ideas? Is some

Re: [PyKDE] Qt3 Clipboard Problem

2006-09-12 Thread Giovanni Bajo
Doug Bell wrote: My application uses QClipboard'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 (PyQt 3.16 and Qt 3.3.6) and Windows (Qt 2.3).

[PyKDE] Re: Qt3 Clipboard Problem

2006-09-12 Thread Toby Dickenson
Doug Bell wrote: Hi, My application uses QClipboard'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 (PyQt 3.16 and Qt 3.3.6) and Windows (Qt

Re: KDE 4 (was: [PyKDE] PyQt 4 on openSUSE)

2006-09-12 Thread Simon Edwards
On Tuesday 12 September 2006 01:59, Jim Bublitz wrote: On Monday 11 September 2006 11:47, Simon Edwards wrote: Then if I have a KDE program PyFoo that includes a Python C module (or sip wrapper) and was developed for KDE 4.0, it will called something PyFoo2.5 and require KDE 4.0 or later.

Re: [PyKDE] Re: Qt3 Clipboard Problem

2006-09-12 Thread Doug Bell
Toby Dickenson wrote: Doug Bell wrote: Hi, My application uses QClipboard'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 (PyQt 3.16 and