[python-win32] COM-interfaces in python

Mark Hammond mhammond at skippinet.com.au
Tue Feb 21 22:59:37 CET 2012


On 22/02/2012 1:52 AM, bill.tutt at gmail.com wrote:
> Ctypes doesn't add any breadth in this area? (I don't have a clue since ctype com stuff didn't exist when I last cared.)

Yeah, ctypes (and/or comtypes) should almost certainly be the foundation 
for any work like this.

Mark

>
> Bill
>
> Sent from my Verizon Wireless BlackBerry
>
> -----Original Message-----
> From: Mark Hammond<skippy.hammond at gmail.com>
> Sender: python-win32-bounces+bill=tutts.org at python.org
> Date: Tue, 21 Feb 2012 10:53:22
> To: Rafael Yengibaryan<rafyengibaryan at gmail.com>
> Reply-To: mhammond at skippinet.com.au
> Cc:<python-win32 at python.org>
> Subject: Re: [python-win32] COM-interfaces in python
>
> 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
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
>



More information about the python-win32 mailing list