Python Pywin32库安装
Posted 虫师魁拔
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python Pywin32库安装相关的知识,希望对你有一定的参考价值。
Python 3 环境安装直接 pip 安装
pip install --user pywin32
Python 2 官方已经不再更新,需要自己下载 whl 手动安装。下载路径
https://pypi.org/simple/pywin32/
选择 pywin32-228-cp27-cp27m-win_amd64.whl 下载后安装
pip install pywin32-228-cp27-cp27m-win_amd64.whl
python pywin32_postinstall.py -install
pywin32_postinstall.py 文件一般在 pip 文件同个目录。
以上是关于Python Pywin32库安装的主要内容,如果未能解决你的问题,请参考以下文章