Re: [Twisted-Python] Stdout from child of ProcessProtocol not propogating

2016-01-14 Thread David Bolen
"Jim Carroll" writes: > After you get the CMD.exe prompt, try to launch python. This is what you'll > > see: > > > > Microsoft Windows [Version 6.3.9600] > > (c) 2013 Microsoft Corporation. All rights reserved. > > > > C:\Temp>python > > python > > > > > > That's it. Hitt

[Twisted-Python] Stdout from child of ProcessProtocol not propogating

2016-01-14 Thread Jim Carroll
We've been experimenting with creating an SSH virtual server for Windows based on conch. We've made good process, but we've run into a problem running child processes (children of spawnProcess()), in that stdout does not make it back to the client. I can demonstrate the problem using the exam