在哪里可以找到适用于 MS Windows 的 Python `pwd` 模块?
我在 GNU+Linux 上使用 Python 标准库 pwd
模块,但现在我尝试在 Microsoft Windows 中运行我的应用程序,但找不到它。
我正在使用 python 2.6.6。在哪里可以找到在 MS Windows 上的 Python 中使用的 pwd
模块?
I use the Python standard library pwd
module on GNU+Linux, but now I try to run my application in Microsoft Windows and can not find it.
I'm using python 2.6.6. Where can I find the pwd
module for use in Python on MS Windows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自文档:
您需要在 PyWin32 和 MSDN 中深入研究 Windows 的等效平台。
From the docs:
You will need to go digging around in PyWin32 and MSDN for the Windows equivalents.