Enric Jaen wrote:
It's the library of the Xcalibur, a propietary program used in proteomics.
to read spectra. They provide an API, and VB examples to access it.
The problem is happening with those methods that return and array, as the
others work fine.
I am using defaultNamedNotOptArg= pythoncom.Missing
Is there something else I should check?
Try using pythoncom.Empty instead of Missing. Missing can be interpreted as
the end of
the argument list, so the app sees no arguments at all.
Roger
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32