By using pythoncom.Missing, which I read about in another thread, I got a
LabVIEW error message instead:
    return self._get_good_object_(
pywintypes.com_error: (-2147352567, 'Exception occurred.', (5002, 'LabVIEW',
'LabVIEW : paramVals type mismatch. Expected 1D array of variants.', None,
0, 0), None)

So the new question is: how do you create a 1D array of variants in python?
>From what I've read this is normally handled behind the scenes by
PythonCom...?


/Ola
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to