Issues intercepting subprocess output in real time
问题 I've spent about 6 hours on stack overflow, rewriting my python code and trying to get this to work. It just doesn't tho. No matter what I do. The goal: Getting the output of a subprocess to appear in real time in a tkinter text box. The issue: I can't figure out how to make the Popen work in real time. It seems to hang until the process is complete. (Run on its own, the process works completely as expected, so it's just this thing that has the error) Relevant code: import os import tkinter