【发布时间】:2020-11-22 12:04:33
【问题描述】:
我正在尝试在 Python 3.9 x64 嵌入式环境(在 Windows 10 上)中安装 pywin32。安装成功,但导入失败。
重现步骤:
mkdir embed
unzip python-3.9.0-embed-amd64.zip embed
python -m pip install --target embed pywin32
cd embed
python
import win32api
【问题讨论】: