[ python-Bugs-1354265 ] Interactive help fails with Windows Installer

SourceForge.net noreply at sourceforge.net
Sun Nov 13 15:01:33 CET 2005


Bugs item #1354265, was opened at 2005-11-11 13:21
Message generated for change (Comment added) made by cjwhrh
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1354265&group_id=5470

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: Build
Group: Python 2.4
Status: Closed
Resolution: Invalid
Priority: 5
Submitted By: Colin J. Williams (cjwhrh)
Assigned to: Nobody/Anonymous (nobody)
Summary: Interactive help fails with Windows Installer

Initial Comment:
help> SPECIALMETHODS

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.

help>
The problem appears to be that the MS Help .chm is used
and no HTML docs are provided.

Colin W.

----------------------------------------------------------------------

>Comment By: Colin J. Williams (cjwhrh)
Date: 2005-11-13 09:01

Message:
Logged In: YES 
user_id=285587

Many thanks, the hh -decompile method is simple.  Maybe a
note could be added to the Windows installer, or perhaps the
installer could do it.

Incidentally, for my machine, the command was:
hh -decompile c:\python24\doc\html c:\python24\Doc\python24.chm

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2005-11-13 05:20

Message:
Logged In: YES 
user_id=21627

That is deliberate; you have to download the HTML
documentation manually, from 

http://docs.python.org/download.html

Alternatively, just invoke

hh -decompile c:\python24\doc\html c:\python24\python24.chm



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1354265&group_id=5470


More information about the Python-bugs-list mailing list