RE: Where to find pydoc?




Hi,
Thanks for the reply.

Red Hat Linux Enterprise:
Linux host.com 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:54:53 EST 2006 i686 i686 i386 GNU/Linux


Python 2.3.4.

Any problem with that?

--- Edward

________________________________

From: python-list-bounces+ewijaya=i2r.a-star.edu.sg@xxxxxxxxxx on behalf of Marc 'BlackJack' Rintsch
Sent: Mon 10/16/2006 5:00 PM
To: python-list@xxxxxxxxxx
Subject: Re: Where to find pydoc?



In <mailman.557.1160985922.11739.python-list@xxxxxxxxxx>, Wijaya Edward
wrote:


I tried to call pydoc from my Linux box.
To my realization that it doesn't contain
pydoc.

I thought this module should be a default module.

Yes it is part of the standard library. What distribution are you using?

Ciao,
Marc 'BlackJack' Rintsch
--
http://mail.python.org/mailman/listinfo/python-list



------------ Institute For Infocomm Research - Disclaimer -------------
This email is confidential and may be privileged. If you are not the intended recipient, please delete it and notify us immediately. Please do not copy or use it for any purpose, or disclose its contents to any other person. Thank you.
--------------------------------------------------------
.



Relevant Pages

  • Re: What documentation "standard" to use
    ... > My problem with Python is that there are so many tools and formats ... ... You don't need to do any marking up to use pydoc -- just put your ... RST is the de-facto Python markup, ... RST is great for non-Python-source code, ...
    (comp.lang.python)
  • Re: Problems Generating HTML With pydoc
    ... I'm trying to generate HTML docs for a Python package (directory) ... I tried using the command ... I also expected "pydoc -w mypackage" to recursively generate html for ...
    (comp.lang.python)
  • Re: Python Library Reference is tutorial, not reference
    ... comprehensive apidoc is as a baseline reference is necessity and the ... the basic Python offering. ... about this pydoc module from you guys and it meet most of my need. ...
    (comp.lang.python)
  • Re: [opensuse] Scripting Question - Converting value to minutes:seconds
    ... -c tells the python interpreter to run the command or script as supplied. ... There is a commend, pydoc, which can be used to see what a python module does, so: ... Help on built-in module sys: ...
    (SuSE)
  • Re: OpenSource documentation problems
    ... Bryan Olson wrote: ... >> What additions to that string would you suggest? ... >>> import pydoc ... Welcome to Python 2.4! ...
    (comp.lang.python)