Re: missing pydoc gui



I see what you mean, having started my fedora8-live image under
virtualbox. -g support is apparently not there with this
distribution, oddly enough. Perhaps you should post your
question on a fedora support forum.

Under the live cd (hence probably with a smaller selection of
available packages than you have), if I try the following
at the interactive python prompt, I am getting "No module named
Tkinter"

import pydoc
pydoc.gui()


You probably discovered this already, but you can at least
launch "pydoc -p 1234" and view the python doc by pointing
your browser to localhost:1234. The small tkinter gui normally
invoked by "-g" would add a handy search box to this viewer...

The main python doc page points to the following search link:
http://starship.python.net/crew/theller/pyhelp.cgi
which looks similar enough to what "pydoc -g" would offer.
.



Relevant Pages

  • Re: missing pydoc gui
    ... and pydoc seems to support the -flags under both versions. ... inviting me to install the python-tk package. ... at the shell command line outside of Python: ...
    (comp.lang.python)
  • Re: missing pydoc gui
    ... and pydoc seems to support the -flags under both versions. ... inviting me to install the python-tk package. ... One nice alternative for python standard doc is the .CHM file ...
    (comp.lang.python)
  • Re: PyDoc modifying the source.
    ... > I would really like to document our private methods ... > with PyDoc but it does not seem to support this. ... There is a function called visiblename in ...
    (comp.lang.python)
  • PyDoc modifying the source.
    ... I would really like to document our private methods ... with PyDoc but it does not seem to support this. ... if anyone knew a good way to modify it to accomplish this. ...
    (comp.lang.python)