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

RE: [pygame] pygame web plugin




> -----Original Message-----
> From: owner-pygame-users@xxxxxxxx [mailto:owner-pygame-users@xxxxxxxx]
> On Behalf Of James Mills
> Sent: Tuesday, September 09, 2008 4:26 PM
> To: pygame-users@xxxxxxxx
> Subject: Re: [pygame] pygame web plugin
> 
> On Wed, Sep 10, 2008 at 8:44 AM, Noah Kantrowitz <noah@xxxxxxxxxxxxxx>
> wrote:
> > This is a very bad idea. If you need to ask why, you shouldn't be
> trying to
> > build a web-based VM.
> 
> This is called "setuptools".
> 
> 1. Install Python
> 2. Install setuptools
> 3. easy_install <your favourite game>
> 
> cheers
> James
> 
> PS: Why do we always have the need
> to make things more and more suited
> to the inexperienced, lazy and ignorant ?

You forgot step 4. "Audit code to be sure it isn't evil". If you think this isn't important, boy do I have a game for you. Running code you get from a random website is never a good idea.

--Noah