Re: [PyQt] PyQt4 question

2007-05-28 Thread Detlev Offenbach
On Montag, 28. Mai 2007, David Boddie wrote: On Sun May 27 22:57:23 BST 2007, Andreas Pakulat wrote: On 27.05.07 14:53:08, Detlev Offenbach wrote: On Sonntag, 27. Mai 2007, Giovanni Bajo wrote: Uh? Does QDesignerFormEditorPluginInterface inherit from QObject? Otherwise, I can't see

Re: [PyQt] PyQt4 question

2007-05-28 Thread Detlev Offenbach
On Sonntag, 27. Mai 2007, Phil Thompson wrote: On Sunday 27 May 2007 1:10 pm, Detlev Offenbach wrote: On Sonntag, 27. Mai 2007, Phil Thompson wrote: On Sunday 27 May 2007 12:37 pm, Detlev Offenbach wrote: On Sonntag, 27. Mai 2007, Phil Thompson wrote: On Sunday 27 May 2007 11:50 am,

Re: [PyQt] PyQt4 question (follow on)

2007-05-28 Thread Detlev Offenbach
On Montag, 28. Mai 2007, Detlev Offenbach wrote: On Sonntag, 27. Mai 2007, Phil Thompson wrote: On Sunday 27 May 2007 1:10 pm, Detlev Offenbach wrote: On Sonntag, 27. Mai 2007, Phil Thompson wrote: On Sunday 27 May 2007 12:37 pm, Detlev Offenbach wrote: On Sonntag, 27. Mai 2007,

Re: [PyQt] PyQt4 question (follow on)

2007-05-28 Thread Phil Thompson
On Monday 28 May 2007 9:53 am, Detlev Offenbach wrote: On Montag, 28. Mai 2007, Detlev Offenbach wrote: On Sonntag, 27. Mai 2007, Phil Thompson wrote: On Sunday 27 May 2007 1:10 pm, Detlev Offenbach wrote: On Sonntag, 27. Mai 2007, Phil Thompson wrote: On Sunday 27 May 2007 12:37

Re: [PyQt] PyQt4 question (follow on)

2007-05-28 Thread Detlev Offenbach
On Montag, 28. Mai 2007, Phil Thompson wrote: On Monday 28 May 2007 9:53 am, Detlev Offenbach wrote: On Montag, 28. Mai 2007, Detlev Offenbach wrote: On Sonntag, 27. Mai 2007, Phil Thompson wrote: On Sunday 27 May 2007 1:10 pm, Detlev Offenbach wrote: On Sonntag, 27. Mai 2007, Phil

[PyQt] [Errno 4] Interrupted system call

2007-05-28 Thread Jeremy Moskovich
Hi, I'm having consistent problems using the python subprocess module in PyQT applications. os.read() os.wait() calls seem to be interrupted intermittently, in a manner similar to the following stack trace: File /homes/jeremym/programs/python2.5/lib/python2.5/subprocess.py, line 593, in

Re: [PyQt] [Errno 4] Interrupted system call

2007-05-28 Thread Arve Knudsen
Hi Jeremy On 5/28/07, Jeremy Moskovich [EMAIL PROTECTED] wrote: Hi, I'm having consistent problems using the python subprocess module in PyQT applications. os.read() os.wait() calls seem to be interrupted intermittently, in a manner similar to the following stack trace: File

Re: [PyQt] [Errno 4] Interrupted system call

2007-05-28 Thread Ismail Dönmez
On Monday 28 May 2007 18:54:47 Jeremy Moskovich wrote: Hi, I'm having consistent problems using the python subprocess module in PyQT applications. os.read() os.wait() calls seem to be interrupted intermittently, in a manner similar to the following stack trace: File

Re: [PyQt] [Errno 4] Interrupted system call

2007-05-28 Thread Arve Knudsen
Aha, so Ubuntu's version _is_ patched :) Arve On 5/28/07, Ismail Dönmez [EMAIL PROTECTED] wrote: On Monday 28 May 2007 18:54:47 Jeremy Moskovich wrote: Hi, I'm having consistent problems using the python subprocess module in PyQT applications. os.read() os.wait() calls seem to be