> Subject: how do i catch pywintypes.api_error?

use pywintypes.error.  Infact, almost all of the win32 module have an
"error" attribute, and they are all exactly the same object.  ie,
win32api.error, win32file.error, etc, will all also work.

Mark.

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to