Where to find pydoc?

W

Wijaya Edward

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.

Can anybody suggest where can I find the module?
I tried:

$ easy_install pydoc
Searching for pydoc
Reading http://sqlobject.org/ <http://sqlobject.org/>
Reading http://peak.telecommunity.com/dist <http://peak.telecommunity.com/dist>
Reading http://www.python.org/pypi/pydoc/ <http://www.python.org/pypi/pydoc/>
Couldn't find index page for 'pydoc' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://www.python.org/pypi/ <http://www.python.org/pypi/>
No local packages or download links found for pydoc
error: Could not find suitable distribution for Requirement.parse('pydoc')


Hope to hear from you again.

Regards,
Edward WIJAYA
SINGAPORE

------------ 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.
--------------------------------------------------------
 
M

Marc 'BlackJack' Rintsch

Wijaya Edward said:
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
 
W

Wijaya Edward

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: [email protected] on behalf of Marc 'BlackJack' Rintsch
Sent: Mon 10/16/2006 5:00 PM
To: (e-mail address removed)
Subject: Re: Where to find pydoc?



Wijaya Edward said:
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.
--------------------------------------------------------
 
F

Fredrik Lundh

Wijaya said:
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?

only that Red Hat obviously hasn't bothered to include "pydoc" in the
distribution you're using.

look for "python-tools" or a similar package in your favourite package
repository.

</F>
 
W

Wijaya Edward

Hi,
Can you be specific on which URLs can I find "python-tools".
Cause I tried the one under easy_install, I still can't find it.

Thanks and hope to hear from you again.

-- Edward WIJAYA
SINGAPORE

________________________________

From: [email protected] on behalf of Fredrik Lundh
Sent: Mon 10/16/2006 5:08 PM
To: (e-mail address removed)
Subject: Re: Where to find pydoc?




look for "python-tools" or a similar package in your favourite package
repository.

</F>

--
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.
--------------------------------------------------------
 
F

Fredrik Lundh

Wijaya said:
Can you be specific on which URLs can I find "python-tools".
Cause I tried the one under easy_install, I still can't find it.

it's an RPM. you should be able to get it from where you get other
RedHat packages.

</F>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top