[pywin32-bugs] [ pywin32-Bugs-1492124 ] No help for topics or keywords
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2006-05-31 23:19:42
|
Bugs item #1492124, was opened at 2006-05-21 02:09 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1492124&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pythonwin Group: None >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: BartlebyScrivener (bscrivener) Assigned to: Nobody/Anonymous (nobody) Summary: No help for topics or keywords Initial Comment: Initial Comment: Using ActivePython 2.4.3 on Windows XP While in the Pythonwin IDE, if I seek keyword help by issuing the following command: >>>help ('while') or >>>help ('functions') I get: 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. My PYTHONDOCS variable is set to: c:\python24\Doc\Python-Docs-2.4.2\ref which appears to be correct (ie the help html files are installed there). Searching this group, I found someone else complaining about the same behavior with no clear resolution. http://tinyurl.com/pblev See also http://tinyurl.com/mbokp ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2006-06-01 09:19 Message: Logged In: YES user_id=14198 This isn't related to Pythonwin. If you try the same thing from python.exe, you will get the same result. Pythonwin does nothing special to support help() - that is built into Python itself. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1492124&group_id=78018 |