getstatusoutput problem

Skip Montanaro skip at pobox.com
Fri Dec 6 13:33:38 EST 2002


    Keith> ... crashes in the os module trying to close the pipe ("No child
    Keith> process") when my python script is driven by "at", but works
    Keith> perfectly when I run the script myself.  

Compare your PATH between interactive and at sessions.  It's likely the
program you're trying to run can't be found, hence the "no child process"
error message.

-- 
Skip Montanaro - skip at pobox.com
http://www.mojam.com/
http://www.musi-cal.com/




More information about the Python-list mailing list