493
493
report_user_error(exc_info, err_file)
495
495
elif isinstance(exc_object, (OSError, IOError)) or (
496
497
exc_type.__name__ == "error" and exc_type.__module__ == "pywintypes"):
497
498
# Might be nice to catch all of these and show them as something more
498
499
# specific, but there are too many cases at the moment.