>> If I can get an understanding of how these collections work on the
>> Python side vs the COM side, I'll be make some progress.
>
> So what is you question?
How do I create a COM server that emulates the COM interface of MS
Word? Specifically, returning this 'Documents' collection in what ever
i
;s __dict__ is used). Also, yu probably want to read up on
> registering your classes with "--debugging" so you can see tracebacks and
> other details of the implementation.
>
> Cheers,
>
> Mark
>
>
>> -Original Message-
>> From: [EMAIL PROTECT
I have a legacy application that uses Word as printing engine for
standardized forms via COM. I'm trying to develop a thin COM server
shim that implements the minimum required to intercept those requests
and routes them to another application(likely OOo). I had hoped that
the free Word doc viewer i