Hii I am new to python and I would like to know how to update the output using the subprocess.Pope n() process. My problem is similar to real time updating of popen, bufsize=0 problems ... but the only variation is that, I would like to get the print statements from the python file like...
Ex:
File_Name.py
Code:
i=0
while i <= 1000 :
time.sleep(1)
print "waiting for 1 second for the %s time"%i