electron-python-example icon indicating copy to clipboard operation
electron-python-example copied to clipboard

Connect Python subprocess stdio to main process stdio

Open martenjacobs opened this issue 8 years ago • 0 comments

Python subprocess did not have any stdio for errors and such, so I just connected them up to the original process stdio. This way, we get error output from the Python process

martenjacobs avatar Nov 25 '17 10:11 martenjacobs