[python-win32] Error in the generated module for my ocx
Niki Spahiev
niki at vintech.bg
Tue May 25 09:06:17 EDT 2004
Mark Hammond wrote:
>
>
> These are all internal implementation details of "dynamic dispatch".
>
> It sounds like your object is not correctly reporting its type information.
I have similar problem with an app i try to automate. Version 6 stopped
to work as expected (version 5 was ok) and needs explicit interface casts:
x = tlb_generated_module.SomeInterface(x)
What is correct way for reporting type information, especially default
interface?
regards,
Niki Spahiev
More information about the Python-win32
mailing list