VirtualDesktopAccessor
VirtualDesktopAccessor copied to clipboard
_ctypes.COMError
I was using getattr on the hwnd attribute to check if the window has been closed and it is generating _ctypes.COMError. Expected since I'm not using hasattr.
I want to know where this exception is so I can import it and I can't find it.