[Pythonmac-SIG] bugs in _Qtmodule

Jeff Senn senn at maya.com
Wed Oct 4 03:58:34 CEST 2006


While attempting to use the QuickTime sequence grabber
interfaces from Python I notice that there is some
confusion between Component and ComponentInstance
in _Qtmodule.c.

I believe most of the instances of "CmpObj_{Convert,New}"
in _Qtmodule should actually be "CmpInstObj_{Convert,New}"
(There are a few that are correctly CmpObj_...)

I have a (moderately tested) patch...

-Jas
[Please CC relevant replies to me directly
as I don't read the list regularly]



More information about the Pythonmac-SIG mailing list