Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GNU+Linux でPython 標準ライブラリpwdモジュールを使用していますが、Microsoft Windows でアプリケーションを実行しようとしても見つかりません。
pwd
私はpython 2.6.6を使用しています。pwdMS Windows 上の Python で使用するモジュールはどこにありますか?
ドキュメントから:
プラットフォーム: Unix
Windowsに相当するものについては、PyWin32とMSDNを調べてみる必要があります。