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

2013-06-30 Thread Mark Hammond
It is in the latest pywin32 build from sourceforge.net/prjects/pywin32 - I'm not sure what the current version of ActivePython includes. Also, note that it is not a module, it's an object in the win32com.client module. Mark On 22/06/2013 5:59 PM, feng.xu wrote: Dear Mark: Where can i get th

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

2013-06-22 Thread feng . xu
Dear Mark: Where can i get this VARIANT module? it seems that i have issue you described in the email. I cannot find this module in the activate python 2.7 Thank you very much. feng.xu___ python-win32 mailing list python-win32@python.org http://mai

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

2011-10-12 Thread Mark Hammond
On 13/10/2011 12:16 AM, Michael Illgner wrote: 2011/10/12 Graham Bloice: 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 pick

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

2011-10-12 Thread Michael Illgner
2011/10/12 Graham Bloice : > 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 :-

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

2011-10-12 Thread Graham Bloice
On 12/10/2011 02:24, Mark Hammond wrote: > I just pushed a change which introduces a new win32com.client.VARIANT > object. This object can be used in some situations to control the specific > types passed as parameters to COM objects and should address a relatively > common problem people hit when

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

2011-10-11 Thread Mark Hammond
I just pushed a change which introduces a new win32com.client.VARIANT object. This object can be used in some situations to control the specific types passed as parameters to COM objects and should address a relatively common problem people hit when COM objects are very picky about the types t