Archive for May 12th, 2005



Forcing dynamic dispatching in Python’’s win32com

May 12th, 2005 by Patrick Boucher. Viewed 6235 times.

I’ve gotten a few e-mails of people trying out my PB_Jitter plug-in and getting the following error:
[...snipped by editor...]
”AttributeError: ”” object has no attribute ”OriginPath”
[...more bla bla bla...]
This is due to XSI returning an object with an incorrectly set multi-dispatch interface. Unfortunately in this instance the dispFix function in buzz.xsi doesn’t seem to get the [...]