I'm having an issue where I would like to gracefully capture
KeyboardInterrupts from a user, but for some reason I'm getting the
following error message and the Exception does not propagate back to the
calling function:

Exception exceptions.KeyboardInterrupt in <bound method tagVARIANT.__del__
of VARIANT(vt=0x2011, (5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0))> ignored

I'm not sure if this is a comtypes or ctypes issue and I have no clue how to
work around this so that I can successfully catch the exception.

Any ideas?

Thanks,
Kevin
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
comtypes-users mailing list
comtypes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/comtypes-users

Reply via email to