Re: [PyKDE] Singleshot problems in QThreads on Windows.

2004-08-23 Thread Truls A. Tangstad
On Sun, Aug 22, 2004 at 04:34:09PM +0200, David Boddie wrote: On 20 Aug 2004 17:32:21, Truls A. Tangstad wrote: On Fri, Aug 20, 2004 at 04:23:09PM +0100, Toby Dickenson wrote: My workaround seems to be working well for us, with non-QThread worker threads:

[PyKDE] Re: Singleshot problems in QThreads on Windows.

2004-08-23 Thread David Boddie
On Mon, 23 Aug 2004 10:44:30, Truls A. Tangstad wrote: On Sun, Aug 22, 2004 at 04:34:09PM +0200, David Boddie wrote: My current solution is to post events from the non-GUI QThread, but not include any data with them. The data is stored separately in a Python object. I think that the

[PyKDE] Eric3

2004-08-23 Thread Roman Yakovenko
Hi. I would like to thank all developers of Eric3. Good, stable, very very usefull IDE. Roman ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] Eric3

2004-08-23 Thread Markus Jais
--- Roman Yakovenko [EMAIL PROTECTED] schrieb: Hi. I would like to thank all developers of Eric3. Good, stable, very very usefull IDE. me too. wonderful tool. and one question. is there a class/method browser for Eric. I just started using eric and have not yet found a class/method

[PyKDE] Help -- QObject.connect() fails -- WId not recognized.

2004-08-23 Thread Maurizio Colucci
Hello. I don't understand this error: kwinmod= KWinModule() def onActiveWindowChanged(wid): print onActiveWindowChanged + str(wid) QObject.connect(kwinmod, SIGNAL(activeWindowChanged(WId)), onActiveWindowChanged) The output is: File

Re: [PyKDE] Eric3

2004-08-23 Thread Torsten Marek
--- Roman Yakovenko [EMAIL PROTECTED] schrieb: Hi. I would like to thank all developers of Eric3. Good, stable, very very usefull IDE. me too. wonderful tool. and one question. is there a class/method browser for Eric. I just started using eric and have not yet found a

Re: [PyKDE] Help -- QObject.connect() fails -- WId not recognized.

2004-08-23 Thread Maurizio Colucci
On Monday 23 August 2004 17:41, Maurizio Colucci wrote: Hello. I don't understand this error: kwinmod= KWinModule() def onActiveWindowChanged(wid): print onActiveWindowChanged + str(wid) QObject.connect(kwinmod, SIGNAL(activeWindowChanged(WId)),

Re: [PyKDE] Help -- QObject.connect() fails -- WId not recognized.

2004-08-23 Thread Jim Bublitz
On Monday 23 August 2004 10:03, Maurizio Colucci wrote: On Monday 23 August 2004 17:41, Maurizio Colucci wrote: I don't understand this error: kwinmod= KWinModule() def onActiveWindowChanged(wid): print onActiveWindowChanged + str(wid) QObject.connect(kwinmod,

Re: [PyKDE] Help -- QObject.connect() fails -- WId not recognized.

2004-08-23 Thread Maurizio Colucci
On Monday 23 August 2004 21:08, Jim Bublitz wrote: On Monday 23 August 2004 10:03, Maurizio Colucci wrote: On Monday 23 August 2004 17:41, Maurizio Colucci wrote: I don't understand this error: kwinmod= KWinModule() def onActiveWindowChanged(wid): print

Re: [PyKDE] qscintilla python example?

2004-08-23 Thread Phil Thompson
On Monday 23 August 2004 8:56 pm, Jay Lyerly wrote: Hi, I'm starting on a PyQT project that needs an editor component for python files. I figured I'd use qscintilla, since its already installed as part of pyqt. What I can't find is a nice simple example of using it in practice. Are there

Re: [PyKDE] Help -- QObject.connect() fails -- WId not recognized.

2004-08-23 Thread Jim Bublitz
On Monday 23 August 2004 12:39, Phil Thompson wrote: Was anything changed in sip? No. I plan to re-implement signals and slots in SIP 4.2, so I'll look at it then. Ok - I'll see what kind of temporary fix I can come up with. Jim ___ PyKDE

Re: [PyKDE] Help -- QObject.connect() fails -- WId not recognized.

2004-08-23 Thread Jim Bublitz
On Monday 23 August 2004 12:22, Maurizio Colucci wrote: On Monday 23 August 2004 21:08, Jim Bublitz wrote: On Monday 23 August 2004 10:03, Maurizio Colucci wrote: On Monday 23 August 2004 17:41, Maurizio Colucci wrote: I don't understand this error: kwinmod= KWinModule()

[PyKDE] Seg fault in QSqlDatabase

2004-08-23 Thread Jonathan Gardner
I'm running the following Fedora packages from the kde-redhat project. sip-4.0.1 0.fdr.0.2 PyQt-3.12 0.fdr.2.2 PyKDE-3.11.1 0.fdr.1.2 On Fedora Core 2: qt-3.3.3 0.1 (From core) Running this script: from qt import * from qtsql import * import sys a = QApplication(sys.argv) d =