I use the Python standard library pwd
module on GNU+Linux, but now I try to开发者_StackOverflow中文版 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?
From the docs:
Platforms: Unix
You will need to go digging around in PyWin32 and MSDN for the Windows equivalents.
精彩评论