[python-win32] Re: Desire information about Invoke and InvokeTypes

Mark Hammond mhammond at skippinet.com.au
Wed Apr 21 08:48:27 EDT 2004


I wrote:
> ob = win32com.client.dispatch.DumbDispatch(ob)

But meant:

ob = win32com.client.dynamic.DumbDispatch(ob)

(obviously with the relevant imports!)

Mark.




More information about the Python-win32 mailing list