问题:在哪里可以找到适用于Python的win32api模块?[关闭]

我需要为Python 2.7下载它,但似乎找不到它…

I need to download it for Python 2.7, but can’t seem to find it…


回答 0

“ pywin32”是其规范名称。

http://sourceforge.net/projects/pywin32/


回答 1

还有一个新的选择:通过点子获取它!有一个包pypiwin32可用轮子,这样你就可以用刚安装:pip install pypiwin32

编辑:根据@movermeyer的评论,主项目现在在pywin32上发布了wheel ,因此可以使用pip install pywin32

There is a a new option as well: get it via pip! There is a package pypiwin32 with wheels available, so you can just install with: pip install pypiwin32!

Edit: Per comment from @movermeyer, the main project now publishes wheels at pywin32, and so can be installed with pip install pywin32


回答 2

我发现UC Irvine拥有大量的python模块集合,pywin32(win32api)是其中列出的众多模块之一。我不确定它们如何跟上这些模块的最新版本,但还没有让我失望。

UC Irvine Python扩展存储库-http: //www.lfd.uci.edu/~gohlke/pythonlibs

pywin32模块- http://www.lfd.uci.edu/~gohlke/pythonlibs/#pywin32

I’ve found that UC Irvine has a great collection of python modules, pywin32 (win32api) being one of many listed there. I’m not sure how they do with keeping up with the latest versions of these modules but it hasn’t let me down yet.

UC Irvine Python Extension Repository – http://www.lfd.uci.edu/~gohlke/pythonlibs

pywin32 module – http://www.lfd.uci.edu/~gohlke/pythonlibs/#pywin32


回答 3


声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。