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
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