ImportError: DLL load failed while importing win32api: 找不到指定的模块

cmd命令行进入以下路径:
C:\Users\Administrator\PycharmProjects\pythonProject\venv\Scripts

然后,执行以下命令:
python pywin32_postinstall.py -install

最后屏幕出样类似这样的字样:
The pywin32 extensions were successfully installed.

参考文案:ImportError: DLL load failed while importing win32api: 找不到指定的模块-CSDN博客

你可能感兴趣的:(python)