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