En Fri, 16 Feb 2007 18:07:40 -0300, <[EMAIL PROTECTED]> escribió:
> i don't have any signal handlers in my code, but i have no idea what
> is going on in the internals of the pyQt framework that i'm using for
> the GUI.
>
> p = subprocess.Popen('mycommand', shell=True, stdin=subprocess.PIPE,
> std
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> i don't have any signal handlers in my code, but i have no idea what
> is going on in the internals of the pyQt framework that i'm using for
> the GUI.
>
> as far as simply ignoring the exception, that does not seem to work.
> for instan
i don't have any signal handlers in my code, but i have no idea what
is going on in the internals of the pyQt framework that i'm using for
the GUI.
as far as simply ignoring the exception, that does not seem to work.
for instance, here's some code i've tried:
p = subprocess.Popen('mycommand', sh
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> i'm getting the same error when trying to read results from popen2
> within a pyQt window. is this a threading issue? is my pyQt window
> responsible for interrupting the read? i'm fairly new to python so
> i'm struggling to figure this
En Thu, 15 Feb 2007 23:57:29 -0300, <[EMAIL PROTECTED]> escribió:
> i'm getting the same error when trying to read results from popen2
> within a pyQt window. is this a threading issue? is my pyQt window
> responsible for interrupting the read? i'm fairly new to python so
> i'm struggling to fig
i'm getting the same error when trying to read results from popen2
within a pyQt window. is this a threading issue? is my pyQt window
responsible for interrupting the read? i'm fairly new to python so
i'm struggling to figure this out. can you recommend any possible
methods of preventing this? fo
t;./mkt.py", line 361, in process
> self.player.play(command[1])
> File "./mkt.py", line 107, in play
> if self.is_playing():
> File "./mkt.py", line 78, in is_playing
> info = rfd.readlines()
> IOError: [Errno 4] Interrupted system call
>
>
player.play(command[1])
> File "./mkt.py", line 107, in play
> if self.is_playing():
> File "./mkt.py", line 78, in is_playing
> info = rfd.readlines()
> IOError: [Errno 4] Interrupted system call
I don't know if this is a valid behavior or not,
File "./mkt.py", line 78, in is_playing
info = rfd.readlines()
IOError: [Errno 4] Interrupted system call
why? Thank you!
--
LinuX Power
--
http://mail.python.org/mailman/listinfo/python-list
File "./mkt.py", line 78, in is_playing
info = rfd.readlines()
IOError: [Errno 4] Interrupted system call
why? Thank you!
--
LinuX Power
--
http://mail.python.org/mailman/listinfo/python-list
10 matches
Mail list logo