"Kharbush, Alex [ITCSV]" <[EMAIL PROTECTED]> wrote > I need multiple entries with the os.system(cmd)line
> MY PROBLEM is that i need to enter multiple lines of > input into unix. os.system() takes only one argument How about uysing popen instead? Or the new Popen class in the subprocess module... Alan G. _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
