Ticket #8488 (closed defect: fixed)
python24: pydoc cannot find topics
| Reported by: | john_owens@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | High | Milestone: | |
| Component: | ports | Version: | 1.2 |
| Keywords: | Cc: | jmr@… | |
| Port: |
Description
movenpick 557$ python Python 2.4.3 (#1, Apr 18 2006, 15:26:01) [GCC 4.0.1 (Apple Computer, Inc. build 5247)] on darwin Pretty easy to reproduce. pydoc under a standard darwinports install can't find topics like NUMBERS or FLOAT or the like.
Type "help", "copyright", "credits" or "license" for more information. movenpick 558$ which python /opt/local/bin/python movenpick 559$ which pydoc /opt/local/bin/pydoc movenpick 560$ pydoc NUMBERS
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.
Change History
comment:4 Changed 5 years ago by jmr@…
- Cc jmr@… added
- Summary changed from pydoc cannot find topics to python24: pydoc cannot find topics
Is this still an issue with the latest python24? (It seems fixed with python25.)
Note: See
TracTickets for help on using
tickets.

