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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the docs:
You will need to go digging around in PyWin32 and MSDN for the Windows equivalents.