Re: Strange problems with subprocess

2007-08-01 Thread Michele Petrazzo
[EMAIL PROTECTED] wrote: > This doesn't look like a complete traceback. It doesn't give what the > error was. > Forgot a line, sorry! exceptions.OSError: [Errno 4] Interrupted system call > Mike > Michele -- http://mail.python.org/mailman/listinfo/python-list

Re: Strange problems with subprocess

2007-08-01 Thread kyosohma
On Aug 1, 2:20 am, Michele Petrazzo <[EMAIL PROTECTED]> wrote: > Hi all. I have a simple "ping tester" program that, every 1 minute > (execute by linux crontab), create, with subprocess, a > "ping -c 1 my_addrs". All work, but sometime (about 1/2 times at a day), > I receive this error message: > >

Strange problems with subprocess

2007-08-01 Thread Michele Petrazzo
Hi all. I have a simple "ping tester" program that, every 1 minute (execute by linux crontab), create, with subprocess, a "ping -c 1 my_addrs". All work, but sometime (about 1/2 times at a day), I receive this error message: File "/exports/srv-wipex/net_test/ping_tester.py", line 88, in pyPing