Python and COM, Blowing the rest away

Misc stuff I don’t know where to put anywhere else

Existing document

\com\win32com\html\misc.html

Client Side Dispatch

Using win32com.client.Dispatch automatically invokes all the win32com client side “smarts”, including automatic usage of generated .py files etc.

If you wish to avoid that, and use truly “dynamic” objects (ie, there is generated .py support available, but you wish to avoid it), you can use win32com.client.dynamic.Dispatch