electron-python-example
electron-python-example copied to clipboard
Connect Python subprocess stdio to main process stdio
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