IOError - list of all Errno numbers and their meanings?

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Tue Sep 11 08:28:27 EDT 2007


On Tue, 11 Sep 2007 13:08:25 +0100, Tim Couper wrote:

> As you know, when an IOError is raised, you get a helpful:
> 
> [Errno N] <useful descriptor of the error>
> 
> Is there a list of all possible values of N which can be returned, and 
> their meanings?

Take a look at the `errno` module and the `os.strerror()` function.

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list