Newbie needs help. Setting PYTHONDOCS to read HTML.

Brett Hoerner bretthoerner at gmail.com
Tue Oct 11 18:45:30 EDT 2005


That's because the Python docs come zipped up within a folder, for
example:

python_docs.tar.bz2 has a folder inside it called Python-Docs-2.4.2.

You need to have C:\Python24\Python-Docs-2.4.2\ as the value if thats
where that folder is, or wherever you unzipped it.  I, personally, just
took all the directories out of Python-Docs-2.4.2 and put them in
C:\Python24\Doc and then added C:\Python24\Doc as the value for
PYTHONDOCS.

Hope that made sense.




More information about the Python-list mailing list