[python-win32] COM-interfaces in python
Mark Hammond
skippy.hammond at gmail.com
Tue Feb 21 00:53:22 CET 2012
On 21/02/2012 12:18 AM, Rafael Yengibaryan wrote:
> Hi all.
>
> I need some COM-interfaces for virtual disk service(VDS) that are not
> supported by standard win32com package. Which are the ways to be able to
> use these interfaces in python code?
If they are interfaces not supported via IDispatch, then unfortunately
you need to either create an extension module or help upgrade pywin32 to
handle such interfaces - we already do handle implementing such
interfaces from Python, just not calling them.
Mark
More information about the python-win32
mailing list