[python-win32] Re: no array returned in output parameter

Roger Upole rwupole at msn.com
Tue Dec 16 14:30:30 CET 2008


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



More information about the python-win32 mailing list