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

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. M

Re: [PyQt] C++ and embedded python, how to share gui thread?

2007-05-28 Thread Michael Olberg
recap: I have python embedded in a C++ Qt application. Running non-gui python scripts works fine, but using qt from within python hangs the program. I have run my code through strace and it appears that the program hangs of a futex call which never returns. I have to send a SIGKILL to make it abo

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

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.

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

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,