From df6994db846be928da2b1e200ed2339eece89570 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" <amk@amk.ca> Date: Tue, 19 Dec 2006 15:19:14 +0000 Subject: [PATCH] [Patch #1600491 from Jim Jewett] Describe how to build help files on Windows --- Lib/pydoc.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 0fc624eb58..ce9751787b 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -1737,6 +1737,9 @@ Here is a list of available topics. Enter any topic name to get more help. 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. ''') return target = self.topics.get(topic, self.keywords.get(topic)) -- 2.18.1