Jun Komoda
Jun Komoda
Hi, First of all, it should be mentioned that MS Office is generally not suitable for server-side automation. I am particularly concerned about whether Word is installed in that Windows...
I think this is more of a technical issue related to COM rather than comtypes or Python. Do you have any references for what you’re trying to do?
To confess, I currently have no detail knowledge of RPC. Recently, I had the opportunity to read some old COM technical documents, but I haven't come up with a modern...
Hi, @ajkessel This package functionalities depends on Python being the Windows version. This package cannot be executed with the Linux version of Python, including that operates on WSL. Cygwin performs...
I would like you to show us what `sys.platform` in your cygwin Python environment returns. Perhaps this issue should be escalated to the cpython community that implements `ctypes` and `_ctypes`.
I realized that there might have been some mistakes in the knowledge I had. Since the Cygwin version of Python (even though the source code is common) is not an...
I'm glad you were able to achieve what you wanted without changing the source code of this project. In summary: - This package still does not work on Linux or...
Indeed, it is important to inform that there is a chance to run `comtypes` even in environments other than “pure” Windows. However, I am concerned that mentioning only WSL or...
> Down the road, I do suspect there is some way to get comtypes to work "natively" in WSL or Cygwin, since they are both running on a Windows host....