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
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
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
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 :-
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
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