[EMAIL PROTECTED] wrote:
> Unluckily, to capture the stdout I have to redirect it to a file...
> I hoped that this could work ...
> lF=sys.stdin.readline(os.system("ls -1 *.py"))hint: look up "os.popen" and "subprocess" in the library reference. </F> -- http://mail.python.org/mailman/listinfo/python-list
