missing pydoc gui

Bernard Delmée bdelmee at advalvas._REMOVEME_.be
Wed Dec 26 13:56:15 EST 2007


(I know replying to self is a sure sign of aging :-)
A quick update: after installing the 'tkinter' fedora
package (still in live-cd mode), the following 3 lines
script does what "pydoc -g " should:

     import Tkinter
     import pydoc
     pydoc.gui()

HTH,

Bernard.



More information about the Python-list mailing list