IOError: [Errno 4] Interrupted system call (Qt4 backend)

Tony Yu <tsyu80@...287...> writes:

IOError: [Errno 4] Interrupted system call

Sounds like Issue 1068268: subprocess is not EINTR-safe - Python tracker, which is supposed to
have been fixed. Which version of Python are you running?

···

--
Jouni K. Sepp�nen

Hi Jouni,

That bug does sound similar. I’m running Python 2.6.1 (default in OSX 10.6), and it looks like this bug wasn’t fixed until much later. I was planning to upgrade to OSX 10.7 soon, so I guess this should fix itself.

Thanks for digging up the bug report!
-Tony

···

On Sun, Aug 21, 2011 at 2:13 PM, Jouni K. Seppänen <jks@…397…> wrote:

Tony Yu <tsyu80@…287…> writes:

IOError: [Errno 4] Interrupted system call

Sounds like http://bugs.python.org/issue1068268, which is supposed to

have been fixed. Which version of Python are you running?