Thank you for your share. I use your python 3.8.13 in XP. And want to install pywin32. Could you please give me some tips?
When using "pip install pywin32==300" pywin32, `win32ui` module seems not work.
```shell
python -c "import win32ui"
```
output:
```
Traceback (most recent call last):
File "(string)", line1, in <module)
ImportError: Dll load failed while importing win32ui: 内存分配访问无效(Meaning: Memory allocation access invalid)
```