[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] Bundling Pygame documents
- To: pygame-users@xxxxxxxx
- Subject: Re: [pygame] Bundling Pygame documents
- From: "René Dudfield" <renesd@xxxxxxxxx>
- Date: Mon, 12 Jan 2009 10:10:49 +1100
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Sun, 11 Jan 2009 18:10:53 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=eigHUtwnMTLonc5quz//ICcWPEdplMihIszfreMjadU=; b=uce7hzq4j5XqQUnLY4w7F51d15SOVGso9qyM0KcKtD+jy2zR339etdz8LxPlL1dd8u z4qTnuzDcGGR0hwYTl1jI3RHrcZzKvwgYtbjuKkf62czIsUT3q5calS500h7SF1tcEhj yHdKEzjgB5trsI8mLSUIASvzZoZ63TESrBmlA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=utMgWBzLGyW/bq1pHrUgPqz2a3ON9DRbwlajTQ7gsChdtfSehF4Fa2gH+PmiJdBsVK RD5aOeXHnrtzus+5LVW6VQ/mexWQihIP10PEvQr6B52mD0meFfr85nWPBaUzNiY1EXZr d4v8hFrfB4BwesCYoqLRVIHnbvP67RvrSxHAA=
- In-reply-to: <496A59AC.2010707@xxxxxxxxx>
- References: <495FFEEB.8040701@xxxxxxxxx> <496A59AC.2010707@xxxxxxxxx>
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
That's awesome :)
I wonder if we should be able to run the examples like...
import pygame.examples.chimp
pygame.examples.chimp.main()
Does that seem like a useful thing to be able to do? I'm not so sure.
How do people then look at, or edit the source code for the example?
It does make running the examples easier to explain. No need for "put
python on your PATH, and cd
c:\Python25\Lib\site-packages\pygame\examples\; python chimp.py" and
the variations on each platform.
On Mon, Jan 12, 2009 at 7:42 AM, Lenard Lindstrom <len-l@xxxxxxxxx> wrote:
>
> Lenard Lindstrom wrote:
>>
>> Hi,
>>
>> If the Pygame documents are to be included as part of the Pygame installation is there any reason to continue producing document bundles? And who is taking responsibility for modifying setup.py to add the documents and examples? If it is not on anyone's schedule the I will have a look at it.
>>
>> Lenard
>>
> The Pygame documents and examples directories are now part of the Pygame package (SVN 1816).
>
> --
> Lenard Lindstrom
> <len-l@xxxxxxxxx>
>