[python-win32] New win32com.client.VARIANT object

Mark Hammond skippy.hammond at gmail.com
Thu Oct 13 02:45:17 CEST 2011


On 13/10/2011 12:16 AM, Michael Illgner wrote:
> 2011/10/12 Graham Bloice<graham.bloice at trihedral.com>:

Thanks Graham - I fixed the typo.

>
>> I think this feature is great, the use case I run across most often is the
>> last one mentioned, where the IDL specifies a VARIANT parameter but the COM
>> object is actually much more picky about the accepted types.

> That sounds great, but I just switched to comtypes :-( because the COM
> objects I had to use only specify VARIANT as parameter type but in
> fact they only want array's of I4.

That kinsa sucks - but if it is any consolation, your (currently 
unanswered) recent message on this issue was actually the catalyst for 
me finally implementing this feature :)

Cheers,

Mark


More information about the python-win32 mailing list