[python-win32] inspect signature for COM object method

2025-07-28 Thread Christoph J. Dorner via python-win32
Hi there, I have simple question that is porbably not really a challenge for experienced Pytohneers: I am struggling to get the signature object for Example: let's assume I have a Python variable representing a EXCEL Workbook object. I want to get an inspect.signature object for the workbook m

[python-win32] Issue with GitHub Action - dependency pywin32 not found

2025-09-25 Thread Christoph J. Dorner via python-win32
Dear all, after getting around some obstacles I wanted to publish some packages, one a helper to develop COM objects using pywin32. When running my GitHub actiona I geht the error Installing project in development mode

[python-win32] Re: Issue with GitHub Action - dependency pywin32 not found

2025-09-25 Thread Christoph J. Dorner via python-win32
um 01:20 Von: "Bob Kline" An: "Christoph J. Dorner" CC: [email protected] Betreff: [python-win32] Re: Issue with GitHub Action - dependency pywin32 not found Are you using a Windows runner? On Thu, Sep 25, 2025 at 4:06 PM Christoph J. Dorner via python-win32 <

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

2025-10-27 Thread Christoph J. Dorner via python-win32
chatGPT delivers with regard to Python code snippets, it is quite a bit away from being flawless. Regards Chris Am 27.10.2025 um 09:00 schrieb Christoph J. Dorner via python-win32: Hi there, after some investigation I found the issue: the new version of PyWin32 does not find the makep

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

2025-10-26 Thread Christoph J. Dorner via python-win32
Hi there, I discovered that an MSOffice wrapper, especially an EXCEL wrapper does not work as I was used to anymore. I evaluated the COM-object (or its _dispobj_ subobject) attributes _prop_map_get_ and _prop_map_put. It seems they are gone. Instead there is a subobject _olerepr_ with attribu

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

2025-10-27 Thread Christoph J. Dorner via python-win32
makepy for the typelib. Regards Christoph Am 26.10.2025 um 15:36 schrieb Christoph J. Dorner via python-win32: Hi there, I discovered that an MSOffice wrapper, especially an EXCEL wrapper does not work as I was used to anymore. I evaluated the COM-object (or its _dispobj_ subobject) attributes

[python-win32] Packages for pythonic wrapping MSOffice and COM object template class

2025-10-29 Thread Christoph J. Dorner via python-win32
Hi there, after some struggling with my personal toolchain I managed to get my personal packages published. Two of them might be of some interest for the audience of this mailing list. COM object templating tools helps create consistent COM objects with Python and automates checking. https:/