[issue6122] OSError: [Errno 10] No child processes

Yonas report at bugs.python.org
Wed May 27 22:06:40 CEST 2009


Yonas <yonas.y at gmail.com> added the comment:

os.system() works:

os.system("echo `date` >> /tmp/myfile")

root at yonas-laptop:/usr/lib/exim4/local_scan# cat /tmp/myfile 
Wed May 27 16:04:54 EDT 2009
Wed May 27 16:04:54 EDT 2009

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6122>
_______________________________________


More information about the Python-bugs-list mailing list