[python-win32] win32com does not recognise an Interface for events

Thomas Heller theller at ctypes.org
Tue Aug 7 21:39:00 CEST 2007


>> OLE Viewer finds a second interface IS7ProSimEvents that is 
>> made the default source makepy does not recognise 
>> IS7ProSimEvents as an interface at all.
> 
> 
> It would appear that makepy is excluding non-dual interfaces, and that the
> integration with the 'universal' support for vtable interfaces isn't
> complete.

You could try comtypes: it should support custom interfaces and
custom event interfaces.

'easy_install comtypes==dev' to get the SVN version.

Thomas



More information about the python-win32 mailing list