[python-win32] win32com: Problem with passing short integer?
Mark Hammond
mhammond at skippinet.com.au
Tue Jan 9 12:09:42 CET 2007
> The interface code is generated automatically in the 'gen_py'
> folder,
> the interface contains only
> vtable-entries, I am not sure what this means
It almost certainly means that interface does not work with IDispatch - it
is vtable only. pywin32 can't call such interfaces yet - I belive comtypes
gets closer to that atm.
Mark
More information about the Python-win32
mailing list