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.
pydoc -p 5555 を実行したところ、- : [Errno 2] No such file or directory: '-p' for my modules. が表示されました。これは、Python のインストールが破損しているためですか、それとも何か不足していますか?
Python 2.6.6 を実行しています。ありがとう。
これを試して:
$ python -m pydoc -p 5555
これが機能しない場合は、Python インストールが破損している可能性があります