Re: win32com/makepy question

2005-01-28 Thread Tom Willis
Wow Thanks I didn't even know about the gencache that's is exactly what I was hoping for. On Fri, 28 Jan 2005 09:06:15 -, Tim Golden <[EMAIL PROTECTED]> wrote: > [Tom Willis] > > | It seems in COM late binding is something that should be > | avoided if possible. > | > | Because python se

RE: win32com/makepy question

2005-01-28 Thread Tim Golden
[Tom Willis] | It seems in COM late binding is something that should be | avoided if possible. | | Because python seems to be really good at doing thing dynamically I'm | wondering why no one has figured out how to make the functionality in | makepy fire automagically when you need it. I (near

Re: win32com/makepy question

2005-01-27 Thread Robert Kaplan
Hi, I've been looking at the client side com stuff in __init__.py in the client subdirectory under win32com, and some of the routines do exactly that. Certainly DispatchWithEvents tries to generate that, and I thought Dispatch does before returning a late binding object. Hope this helps, Bob T