When trying to use this on Windows this error occurs:
OSError: [WinError 10093] Either the application has not called WSAStartup, or WSAStartup failed
Stackoverflow says this is because select.select only supports sockets, which stdout is not on Windows.
When trying to use this on Windows this error occurs:
Stackoverflow says this is because
select.selectonly supports sockets, whichstdoutis not on Windows.