fyears / electron-python-example

Electron as GUI of Python Applications
MIT License
2.04k stars 232 forks source link

Connect Python subprocess stdio to main process stdio #20

Open martenjacobs opened 7 years ago

martenjacobs commented 7 years ago

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