IOError - list of all Errno numbers and their meanings?

T

Tim Couper

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?
 
M

Marc 'BlackJack' Rintsch

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,444
Messages
2,571,709
Members
48,796
Latest member
Greg L.
Top