[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Inconsistency in online docs



I have seen problems with Internet Explorer, especially with spaces in the path (though there are none here). I guess I didn't fix everything.

Lenard

On 01/03/11 10:30 AM, David Burton wrote:
Thanks, Lenard.

However, those commands don't work for me with either python 2.6 or 3.1. It fires up my web browser but just shows my home page. But simply opening file:///C:/python31/Lib/site-packages/pygame/docs/index.html in a web browser works.

[snip]


On Tue, Mar 1, 2011 at 12:44 PM, Lenard Lindstrom <len-l@xxxxxxxxx <mailto:len-l@xxxxxxxxx>> wrote:

    Hi,

    I guess it is not a well advertised feature, but more recent docs
    are installed with Pygame. Try:

    python -m pygame.docs

    (or python -m pygamd.docs.__main__        for python 2.6)

    This should bring up the local copy in a browser. If not, they are
    found in site-packages/pygame/docs