>>>>> "Marcos" == Marcos  <[EMAIL PROTECTED]> writes:

    Marcos> I have tried all sorts of popens / excevs / os.systems /
    Marcos> commands etc etc. 

I think os.spawn* and os.wait will do what you want.  I have trouble with
os.spawn* myself, so may just fall back to fork/exec + os.wait in the
parent.

Skip
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to