gpt4 book ai didi

python - 使用解释器在 Python 中查找模块 'sys'

转载 作者:行者123 更新时间:2023-11-28 20:27:41 25 4
gpt4 key购买 nike

所以我刚刚安装了 python 解释器并想使用 help(sys) 功能来获取有关 sys 模块的更多信息,但是我得到了这个错误并且不知道出了什么问题。

C:\Users\Jake>python
Python 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> help(sys)
'more' is not recognized as an internal or external command,
operable program or batch file.

>>>

这是我的计算机上没有 sys 模块的源代码还是完全是其他原因的问题?任何帮助将不胜感激。

最佳答案

Python 使用more 程序来显示帮助文本。它说找不到 more 程序。它应该位于 C:\Windows\System32\more.com。您需要在 PATH 环境变量中包含 C:\Windows\System32

关于python - 使用解释器在 Python 中查找模块 'sys',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7924967/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com