praba kar wrote: > The following way of popen function usage is > wrong or not kindly give me answer regarding this > > time = os.popen("echo %s | tai64nlocal" % > line[2]).read()
I don't know, I don't know what tai64nlocal is or what's in line[2]. What happened when you tried it? Personally I try to use the subprocess module rather than os.popen. -- Michael Hoffman -- http://mail.python.org/mailman/listinfo/python-list