python24: pydoc cannot find topics
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 (6)
Milestone: |
→ Available Ports
|
Milestone: |
Available Ports →
Port Bugs
|
Priority: |
Important →
High
|
Cc: |
jmr@… added
|
Summary: |
pydoc cannot find topics →
python24: pydoc cannot find topics
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Is this still an issue with the latest python24? (It seems fixed with python25.)