fyears / electron-python-example

Electron as GUI of Python Applications
MIT License
2k stars 234 forks source link

Connect Python subprocess stdio to main process stdio #20

Open martenjacobs opened 6 years ago

martenjacobs commented 6 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