Pydoc 网络服务器无法在 ubuntu 上运行
我执行了 pydoc -p 5555 并得到 - : [Errno 2] 没有这样的文件或目录:我的模块之一为“-p”。这是因为 python 安装损坏还是我遗漏了一些东西?
我正在运行Python 2.6.6。谢谢。
I did pydoc -p 5555 and I get - : [Errno 2] No such file or directory: '-p' for one of my modules. Is this because of corrupt python installation or am I missing something?
I am running Python 2.6.6. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
如果这不起作用,则可能是 Python 安装损坏
Try this:
If this does not work, it may be a corrupt Python Installation