Re: [python-win32] COM-interfaces in python

2012-02-23 Thread Tim Roberts
Rafael Yengibaryan wrote: > > As I understand, ctypes or comtypes make it possible to call functions > or access data from a library written in another language, don' t they? > Now, is it right that I should use some library which includes > COM-objects (or COM-interfaces) and access it using comty

[python-win32] COM-interfaces in python

2012-02-23 Thread Rafael Yengibaryan
Hi Tim, Can you please describe the steps of writing an ordinary COM-extension in python. Do I have to use C/C++ or is it possible to only use python. As I understand, ctypes or comtypes make it possible to call functions or access data from a library written in another language, don' t they? Now,

Re: [python-win32] COM-interfaces in python

2012-02-21 Thread Mark Hammond
k Bill Sent from my Verizon Wireless BlackBerry -Original Message- From: Mark Hammond Sender: python-win32-bounces+bill=tutts@python.org Date: Tue, 21 Feb 2012 10:53:22 To: Rafael Yengibaryan Reply-To: mhamm...@skippinet.com.au Cc: Subject: Re: [python-win32] COM-interfaces in python O

Re: [python-win32] COM-interfaces in python

2012-02-21 Thread Tim Roberts
bill.t...@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.) It's not a trivial problem to solve COM objects other than IDispatch require compile-time support of the kind ctypes provides. It's very diffic

Re: [python-win32] COM-interfaces in python

2012-02-21 Thread bill . tutt
21 Feb 2012 10:53:22 To: Rafael Yengibaryan Reply-To: mhamm...@skippinet.com.au Cc: 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 b

Re: [python-win32] COM-interfaces in python

2012-02-20 Thread Mark Hammond
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

[python-win32] COM-interfaces in python

2012-02-20 Thread Rafael Yengibaryan
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? ___ python-win32 mailing list python-win32@python.org http://mai