Re: [python-win32] python win32com design question

2013-01-29 Thread Mark Hammond
On 29/01/2013 9:48 AM, Johannes Frank wrote: Hello, I am currently working with win32com to access ProgeCAD (an AutoCAD Clone) Excel and PDFCreator. Using comobj = win32com.client.Dispatch('xxx') gives me an object through which I can access the COM interface and thus the underlying program.

[python-win32] python win32com design question

2013-01-29 Thread Johannes Frank
Hello, I am currently working with win32com to access ProgeCAD (an AutoCAD Clone) Excel and PDFCreator. Using comobj = win32com.client.Dispatch('xxx') gives me an object through which I can access the COM interface and thus the underlying program. Within my program I have to pass this object ar