> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of James Mills > Sent: Tuesday, September 09, 2008 4:26 PM > To: pygame-users@seul.org > Subject: Re: [pygame] pygame web plugin > > On Wed, Sep 10, 2008 at 8:44 AM, Noah Kantrowitz <[EMAIL PROTECTED]> > 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