23 Mar
2008
23 Mar
'08
8:48 p.m.
paul beard wrote:
'locate pydoc' should tell you what versions of pydoc you have. There will be a system-supplied one in /usr/bin and MacPorts-provided ones in /opt/local/bin, with version numbers attached. I found pydoc2.5. I couldn't get it to run in the terminal in any useful way but running it like this:
pydoc2.5 -p81 pydoc server ready at http://localhost:81/
It just works for me. Like: $ pydoc2.5 list I don't have py25-metar, but $ pydoc2.5 pymetar should work. Rainer