Python COM server problems!?

Lars von Wedel vonWedel at lfpt.rwth-aachen.de
Wed Jan 23 10:54:32 EST 2002


Okay, folks, seems I've tracked the problem down:
When I change my sources, how do put these changes into effect?
It works when I create a new Guid and put a different
prog_id into the class, but thats's somewhat tedious, isn't it?

Are there better ways to re-register a Python COM server?

TNX,
Lars


Lars von Wedel wrote:

> Hi,
> 
> I'm having difficulties to get a COM server up and running which can be
> called from
> Excel or VB. The tracer gives me the following:
> 
>   Object with win32trace dispatcher created (object=None)
> 
>   in <ModKitCOM.ModKitCOM instance at 02CE88CC>._QueryInterface_ with
> unsupported IID IPersistStreamInit  
> ({7FD52380-4E07-101B-AE2D-08002B2EC713})
> 
>   in <ModKitCOM.ModKitCOM instance at 02CE88CC>._QueryInterface_ with
> unsupported IID IPersistPropertyBag  
> ({37D84F60-42CB-11CE-8135-00AA004BB851})
> 
>   in _GetIDsOfNames_ with '('create_model',)' and '1033'
> 
>   in _Invoke_ with 1000 1033 1 (u'TEST',)
> 
> I'm using Python 2.0 and tried dynamic dispatch policies as well as
> the standard policy, nothing worked. I don't get an error though, it
> seems
> that just nothing happens beyond the output given above. Anyone knows
> help?
> 
> Lars
> 





More information about the Python-list mailing list