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