Capture DOS error???
Joshua Kugler
jkugler at bigfoot.com
Thu Dec 6 14:59:03 EST 2007
More information about the Python-list mailing list
Thu Dec 6 14:59:03 EST 2007
- Previous message (by thread): Capture DOS error???
- Next message (by thread): pipeline encoding
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tangen, Erik wrote: > Did you ever get a solution to this? > I am also in need of this solution. > Thanks, > Erik Can you clarify? What is a DOS error? You mean an error in reading or writing a file? That would be an IOError exception. If a file is not found, or you can't read it, that's an OSError exception. Beyond that, I'm not sure what you're asking for. j
- Previous message (by thread): Capture DOS error???
- Next message (by thread): pipeline encoding
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list