ya, that is what i do. i am lazy so i use sipyutils version of it.

from sipyutils import disp # win32com.client.Dispatch


On Mon, Jul 14, 2014 at 6:49 PM, Andy Jones <[email protected]> wrote:

> # You mean this old chestnut?
> def dispFix( badDispatch ):
>     import win32com.client.dynamic
>     # Re-Wraps a bad dispatch into a working one:
>     return win32com.client.dynamic.Dispatch(badDispatch)
>
> # Ah... the one thing I won't miss about Softimage.
>
>

Reply via email to