23 Mar
2008
23 Mar
'08
8:50 p.m.
$ pydoc pymetar no Python documentation found for 'pymetar' $ On Mar 23, 2008, at 4:48 PM, Rainer Müller wrote: 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