Capture DOS error???

Joshua Kugler jkugler at bigfoot.com
Thu Dec 6 14:59:03 EST 2007


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




More information about the Python-list mailing list