I am using Python 3.2.2, and building a Tkinter interface to do some Active Directory updating. I am having trouble trying to handle pythoncom.com_error exceptions.
I use this structure (Python 3.5) --
try: ... except Exception as e: print ("error in level argument", e) ... else: ...