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 _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32