one method of COM object needs a variant type variable

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Fri Aug 7 01:49:59 EDT 2009


En Thu, 06 Aug 2009 09:37:55 -0300, MICHÁLEK Jan Mgr.  
<Michalek.Jan at uhul.cz> escribió:

> How i can use this type in win32.com? One method of com object (geomedia  
> storage service) needs this variable for storage geometry of geometry  
> object (this variable will be writen into blob in DB). Is possible make  
> this variable in py??

Any compatible object may be used on the Python side, the pywin32 library  
manages the conversion automatically.

See  
http://docs.activestate.com/activepython/2.4/pywin32/html/com/win32com/HTML/PythonCOM.html

-- 
Gabriel Genellina




More information about the Python-list mailing list