Hi,
I'm having problems with the errno module. When I try to import EWOULDBLOCK or ENOBUFS I get an ImportError...
According to the API errno module is included, but are those two error codes implemented?Code:from errno import EWOULDBLOCK, ENOBUFS ImportError: cannot import name EWOULDBLOCK
- Teemu

Reply With Quote

