[python-win32] Re: win32com, pythoncom
Roger Upole
rwupole at msn.com
Fri Sep 2 11:37:12 CEST 2005
Here's a link to an indexing plugin implemented in python.
http://www.orgmf.com.ar/condor/gdsPlugin.py
Although it looks like the registration part needs to be
updated for the newer Google sdk.
Roger
Christophe Leske wrote:
> Roger Upole schrieb:
>
>>>From looking at the idl files in the sdk, all the interfaces are based
>>on IDispatch, so this should be doable.
>>To create a com server, you use a class that implements the
>>methods of the interface and register it with your guid and
>>the IID of the interface it represents.
>>See the Quick start to server side COM in Pywin32.chm
>>for details.
>>
>>
> Hi Roger,
>
> i already saw that examples, yet i am not able to derive the way on how
> to set things up.
> Could you elaborate a bit, please?
>
> Any help is much appreciated,
> Christophe Leske
More information about the Python-win32
mailing list