Python COM server problems!?

Lars von Wedel vonWedel at lfpt.rwth-aachen.de
Wed Jan 23 08:43:34 EST 2002


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vonWedel.vcf
Type: text/x-vcard
Size: 323 bytes
Desc: Card for Lars von Wedel
URL: <http://mail.python.org/pipermail/python-list/attachments/20020123/44f35366/attachment.vcf>


More information about the Python-list mailing list