This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ckdavis
Recipients
Date 2005-08-09.04:03:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Many of the objects in the Carbon.Qt module are typed as Component 
(CmpObj) when the QuickTime API documents them as 
ComponentInstance (CmpInstObj).

This makes it impossible to use GetGraphicsImporterForFile and then 
GraphicsImportGetAsPicture, because the latter is incorrectly expecting a 
CmpObj while the former is correctly returning a CmpInstObj.

Attached is a patch to qtsupport.py correcting the incorrect CmpObj typing, 
checked by reference to the QuickTime API docs.
History
Date User Action Args
2007-08-23 15:43:39adminlinkissue1254695 messages
2007-08-23 15:43:39admincreate