pywin32
pywin32 copied to clipboard
Python for Windows (pywin32) Extensions
When installing pywin32 with `python -m pip install --target=path/to/site pywin32-227-cp37m-win_amd64.whl` I get this error: ``` >>> import win32api Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No...
This fixes #1859
A follow-up for #1894. Fixes [\[SO\]: win32com.client combrowse.main() (Python Object Browser) is not responding Python 3.9](https://stackoverflow.com/questions/72547993). As I mentioned I am neither a *COM* expert nor an *MFC* enthusiast, and...
Just as an FYI, I submitted the patch for distutils/setuptools that will make this hack in your setup.py redundant: https://github.com/mhammond/pywin32/blob/e1c0237a6897dbc4adbfda6470711fade43228b7/setup.py#L530 The PR is at https://github.com/pypa/distutils/pull/153 (and should go into `setuptools`...
> The "legacy" Unicode object will be removed in Python 3.12 > with deprecated APIs. All Unicode objects will be "canonical" > since then. See PEP 623 for more information....
### Observed Behavior We ran into an issue invoking a method on a COM object provided by [ActiveQt](https://doc.qt.io/qt-6/activeqt-index.html), because PyWin32 decided to pass the object as a VT_UNKNOWN instead of...
Necessary e.g. for the WMI scripting library
feature request to be able to send directx input to a window in the background
## Description We have multiple tools that are using win32com to work with Excel using EnsureDispatch or Dispatch. Ever since switching to Python 3 we get multiple support request each...