Re: [python-win32] Implementing Collections / Shim-ing Word

2008-07-12 Thread jeff sacksteder
>> 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

Re: [python-win32] Implementing Collections / Shim-ing Word

2008-07-11 Thread jeff sacksteder
;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

[python-win32] Implementing Collections / Shim-ing Word

2008-07-02 Thread jeff sacksteder
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