Re: [python-win32] Com questions.

2009-12-06 Thread Mark Hammond
On 7/12/2009 6:08 AM, Tom Pacheco wrote: how do you manually wrap a com object with an makepy generated class? dyobj = win32com.client.GetObject('DynamicClassName') dyobj is a dynamic and i cant call ref returning functions with it. i have TLB file for interface it supports i ran makepy on it

[python-win32] Com questions.

2009-12-06 Thread Tom Pacheco
how do you manually wrap a com object with an makepy generated class? dyobj = win32com.client.GetObject('DynamicClassName') dyobj is a dynamic and i cant call ref returning functions with it. i have TLB file for interface it supports i ran makepy on it and can load the module. ifmod = win32com