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

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 "/homes/jeremy

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 "/homes/jerem

[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