> my attempt is to build a python com server with the
> IDTExtensibility2 com interface (which is implemented by the
> Office addin)

This is probably not an IDispatch based interface.

Check out the win32com\servers\test_pycomtest.py sample - this demonstrates
implementing non IDispatch based interfaces.  This functionality was added
this year, so the PP2W3 book does not cover it.

Mark.

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to