[python-win32] win32com: Problem with passing short integer?

Thomas Heller theller at ctypes.org
Tue Jan 9 19:14:15 CET 2007


Einar Sørheim schrieb:
> Hi,
> I have a set of com dlls that I have a hard time to get working together 
> with python.
[...]
> I have  sample programs doing the same in c++ and VB and it works there. 
> Have tried comtypes but then stumbles on another problem
> earlier in the program.

If it really works in C++ and VB, at least the problem cannot be that
the type library does not match the interface.  So it could still be
a comtypes problem.

I guess it is not possible for me to download the COM object you are using
somewhere and try for myself?

Thomas



More information about the Python-win32 mailing list