[pywin32-bugs] [ pywin32-Bugs-1325648 ] wrong generation for WiaVideo
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2005-10-21 03:29:17
|
Bugs item #1325648, was opened at 2005-10-13 20:56 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1325648&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Stuart Woolford (swoolford) Assigned to: Nobody/Anonymous (nobody) Summary: wrong generation for WiaVideo Initial Comment: When I run a makepy in win32com/client on the standard windows library WiaVideo (part of Windows Image Aquisition 2.0) I correctly find a WiaVideo object in the generated .py, but no IWiaVideo, only the vtables lists. The object therefore does not function. This is under version 204, and with windows XP. The rest of WIA seems to generate fine. The file generated is: 1320AD9E-A50F-4ED0-B1A4-4E45EC25005Ex0x1x0.py ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2005-10-21 13:29 Message: Logged In: YES user_id=14198 makepy is functioning correctly - it only generates classes for IDispatch based interfaces, and IWiaVideo does not support IDispatch. Hopefully win32com will one day be able to call arbitrary interfaces, but currently its not possible. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1325648&group_id=78018 |