简明python PDF版里的一个小瑕疵

简明python PDF版里的一个小瑕疵

就是里面有一句
help ('print')
里面的引号没有

试了一下,加不加引号好像都不行。。。应该是因为我的windows里没有安装python doc

不加引号的话,会显示语法错误。
C:\Program Files\Python25\Doc> hh -decompile . Python25.chm
弱弱的问一下,python doc是干嘛的
加双引号试试


QUOTE:
原帖由 David50814 于 2008-9-10 17:52 发表
弱弱的问一下,python doc是干嘛的

python的官方文档,相当于 java doc
感谢楼上解答
貌似LZ的问题还是没解决吧。我help('print'),help("print",help(print)都用不了
加引号后是这样显示的
Sorry, topic and keyword documentation is not available because the Python
HTML documentation files could not be found.  If you have installed them,
please set the environment variable PYTHONDOCS to indicate their location.

On the Microsoft Windows operating system, the files can be built by
running "hh -decompile . PythonNN.chm" in the C:\PythonNN\Doc> directory.