Mark Hammond
Mark Hammond
> could you provide the mingw_x64 pywin32 .whl file? Not until it actually builds.
I don't see this as a bug in pywin32. I'd be happy with a simple fix (eg, some way of telling these tools that their introspection doesn't work) but wouldn't...
As I've already said, I've no interest in doing any work to support this, but would look at a PR.
Sorry for the delay, and *sob* :) 301 had a regression reported in #1753, which regressed you. Do you have any suggestions what should change in the new implementation? If...
Try removing `"__call__"` from the list [here](https://github.com/mhammond/pywin32/blob/main/com/win32com/client/__init__.py#L629), and add to the object: ``` def __call__(self, *args, **kwargs): return self.__dict__["_dispobj_"].__call__(*args, **kwargs) ```
I'm not sure what you are proposing exactly, either in terms of distribution artifacts nor what a patch might look like, so if you could elaborate I could give a...
Why don't the modules compile?
This sounds fine in theory, but it will depend on what the final patch looks like. It sounds like you really only want the "win32" modules, so maybe you could...
> Are any of these widely used? Yes, very widely used. > How could pywin32 make it clear that these have been removed for PyPy? I don't understand what you...
Why do you want to ship any of this in the first place? If there's only 1 or 2 things from `win32api` or similar, then maybe we can work out...