Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Python Docs Error

Status
Not open for further replies.

vahnx

Programmer
Joined
Aug 5, 2006
Messages
1
Location
CA
I cannot view any of the Python Docs in version 2.4 and I am using IE7 Beta. I tried uninstalling and re-installing Python and still cannot view the docs. It is not my internet connection or firewall either. I get the common "Internet Explorer cannot view the web page". So is there a way I can try viewing the docs in Firefox, or offline or something?
 
Are you trying to use "pydoc"?

If so, you need to run a command like:

pydoc -p 8888

then point your browser at
That help?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top