J. D. Leach wrote: > OK, I'm stupid. I have been unable to discern (even Googled) a way to set > the PYTHONDOCS variable to point to where the HTML files are. What to do? I > need to know the process and where theses variables are stored.
It's an environment variable. In my case: PYTHONDOCS=/usr/share/doc/python-docs-2.3.4/html You need to locate the proper dir on your system, and then use your shell's syntax for this (export/setenv for bash/tcsh). cheers, f -- http://mail.python.org/mailman/listinfo/python-list