



Hello all:
I am trying to use pydoc to generate documentation from source code and I get the following error:
E:\source>pydoc
Traceback (most recent call last):
File "C:\Python25\tools\scripts\pydoc.py", line 5, in
pydoc.cli()
AttributeError: 'module' object has no attribute 'cli'Adding options to the pydoc script still yealds the same results.
Any help on this would be appreciated,
Doug