pydoc -g failed on HPUX
Andrew Bennetts
andrew-pythonlist at puzzling.org
Mon Feb 3 04:50:07 EST 2003
On Mon, Feb 03, 2003 at 10:23:19AM +0100, Gerard Breiner wrote:
> Hello,
>
> Thank you for this excellent answer.
> Nevertheless, under Windows, I did not need to install tcl/tk.
> I suppose that it forms part of the package.
Yes, the Windows installer for Python includes Tcl/Tk.
Note that the pydoc "gui" is basically superfluous: it runs a webserver of
docs and also provides a simple search facility. You can get the webserver
by running "pydoc -p 7464" then browsing to http://localhost:7464/, and you
can do the searches with "pydoc -k foo".
-Andrew.
More information about the Python-list
mailing list