Lewis Thompson wrote:
> (-2147352567, 'Exception occurred.', (0, u'Xtapi.TTInstrObj.1', u'Invalid 
> Parameters', None, 0, -2147352567), None)
>
> Does this mean that an argument needs to be passed as a keyword arg?

There's no way to tell.  -2147352567 is 0x80020009, which is the
unhelpful DISP_E_EXCEPTION.  It might refer to a pointer or a bad
address.  The "Invalid Parameters" string suggests you should
double-check all of your parameters.

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to