Hi there,
who ever might be interested:
openchat + some code analysis helped to find the solution:
def generate_typelib(appCOMclass:str) ->None:
""" generate_typelib - generate typelib if not pre-generated as required
by COM wrapper (dynamic dispatch does not work) Args: appCOMclass (str):
Hi there,
after some investigation I found the issue: the new version of PyWin32
does not find the makepy generated Python module.
So I also learned that my codes needs this pre-generated. I am afraid I
had a lack of understanding how PyWin32 and COM work i e the difference
between make-py-gen