[python-win32] Re: Change in PyWin32 API between 3.0x and 3.11 ?

2025-10-27 Thread Christoph J. Dorner via python-win32
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):

[python-win32] Re: Change in PyWin32 API between 3.0x and 3.11 ?

2025-10-27 Thread Christoph J. Dorner via python-win32
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