On Apr 2, 2009, at 5:10 PM, Luke Daley wrote:
What's interesting though is that the Python “Run” command sets the -u flag when invoking python which should disable buffering. I also tried setting the PYTHONUNBUFFERED env var and that didn't work either.
What's even more interesting is that this definitely *did* work at one point. Does it (un)buffer properly with TM_INTERACTIVE_INPUT_DISABLED? You'll have to use a different example than input to test it…
—Alex