PyDoc errors

T

Thomas Philips

I created a program to play blackjack, and documented all the classes
and functions. If I import it and then type

I get a clean printout of all the documentation. However, if I start
PyDoc and then try to view the documentation in a browser, I get the
following error message:

problem in c:\Python23\Programs\blackjack.py - EOFError: EOF when
reading a line

The program runs perfectly, and help(blackjack) gives me exactly what
I expect. What should I be looking to fix to make it work in PyDoc's
browser interface as well?

Out of curiosity, I started PyDoc, clicked on Open Browser, and then
randomly clicked on modules, scripts, etc. I consistently get errors
when I click on items under scripts, including objgraph, which and
mkreal. A typical error message is

problem in C:\PYTHON23\Tools\Scripts\objgraph.pyc - SystemExit: 0

Is this a known problem? If so, is there a fix?

Thomas Philips
 

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
474,197
Messages
2,571,041
Members
47,643
Latest member
ashutoshjha_1101

Latest Threads

Top