I use 64bit Windows7 and Python 2.7.2 (upgraded from 2.6.6) I downloaded the windows binary from the pygame site (http://www.pygame.org/download.shtml) and ran it. During the installation I had to choose install directory, I left it at the default option (which created a new folder on my C: drive).
On 4/28/12, tutor-requ...@python.org <tutor-requ...@python.org> wrote: > Send Tutor mailing list submissions to > tutor@python.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.python.org/mailman/listinfo/tutor > or, via email, send a message with subject or body 'help' to > tutor-requ...@python.org > > You can reach the person managing the list at > tutor-ow...@python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Tutor digest..." > > > Today's Topics: > > 1. more help with vitualenv (Ivor Surveyor) > 2. Re: more help with vitualenv (Russell Smith) > 3. (no subject) (Dinesh Vadhia) > 4. Re: Pygame installation problems (Steven D'Aprano) > 5. Re: more help with vitualenv (Steven D'Aprano) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 28 Apr 2012 09:25:51 +0800 > From: Ivor Surveyor <isurve...@vianet.net.au> > To: tutor@python.org > Subject: [Tutor] more help with vitualenv > Message-ID: <3vfzzb6lm2z...@mail.python.org> > Content-Type: text/plain; charset="us-ascii"; format=flowed > > > As suggested I visited the site virtualenv. However I could not find > the files for download and to install on my machine. > Could I please ask for further guidance on how to proceed? > > Ivor Surveyor > isurve...@vianet.net.au > > > > ------------------------------ > > Message: 2 > Date: Fri, 27 Apr 2012 18:51:00 -0700 > From: Russell Smith <savtech...@gmail.com> > To: Ivor Surveyor <isurve...@vianet.net.au> > Cc: "tutor@python.org" <tutor@python.org> > Subject: Re: [Tutor] more help with vitualenv > Message-ID: > <cadvooy2b62wabvnjb9csdlfxoaffzndqxuwdt0n4r3mdgl4...@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > http://pypi.python.org/pypi/virtualenv/1.7.1.2 > > Read the page at the link above. You will find it. > > On Friday, April 27, 2012, Ivor Surveyor wrote: > >> >> As suggested I visited the site virtualenv. However I could not find the >> files for download and to install on my machine. >> Could I please ask for further guidance on how to proceed? >> >> Ivor Surveyor >> isurve...@vianet.net.au >> ______________________________**_________________ >> Tutor maillist - Tutor@python.org >> To unsubscribe or change subscription options: >> http://mail.python.org/**mailman/listinfo/tutor<http://mail.python.org/mailman/listinfo/tutor> >> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <http://mail.python.org/pipermail/tutor/attachments/20120427/731ec181/attachment-0001.html> > > ------------------------------ > > Message: 3 > Date: Fri, 27 Apr 2012 19:41:46 -0700 > From: Dinesh Vadhia <dineshbvad...@hotmail.com> > To: <tvassa...@kpcb.com>, <trevor.wy...@lucite.com>, > <tristan.s.b.fletc...@googlemail.com>, <tutor@python.org>, > <tzury...@gmail.com>, <dvad...@yahoo.co.uk>, <vi...@mittal.net>, > <v...@khoslaventures.com>, <madhavanor...@gmail.com> > Subject: [Tutor] (no subject) > Message-ID: <col103-w2499f369ac419c3875e5caa3...@phx.gbl> > Content-Type: text/plain; charset="iso-8859-1" > > http://revistabuenosmuchachos.com/orndkty/247274.html > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <http://mail.python.org/pipermail/tutor/attachments/20120427/f82e681c/attachment-0001.html> > > ------------------------------ > > Message: 4 > Date: Sat, 28 Apr 2012 14:46:29 +1000 > From: Steven D'Aprano <st...@pearwood.info> > To: tutor@python.org > Subject: Re: [Tutor] Pygame installation problems > Message-ID: <4f9b7625.9080...@pearwood.info> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Osemeka Osuagwu wrote: >> Hi, >> I started learning Python recently, having only very little programming >> experience. I installed Pygame and tried using > > > How did you install it? > > What operating system are you using? > > >>> import pygame >> >> to test the installation and got the following error in return; >> >> Traceback (most recent call last): >> File "<stdin>", line 1, in <module> >> ImportError: No module named pygame >> >> Please does this mean I didn't install pygame correctly? > > Yes. > > > > -- > Steven > > > > ------------------------------ > > Message: 5 > Date: Sat, 28 Apr 2012 14:58:56 +1000 > From: Steven D'Aprano <st...@pearwood.info> > To: tutor@python.org > Subject: Re: [Tutor] more help with vitualenv > Message-ID: <4f9b7910.8040...@pearwood.info> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Ivor Surveyor wrote: >> >> As suggested I visited the site virtualenv. However I could not find >> the files for download and to install on my machine. >> Could I please ask for further guidance on how to proceed? > > Which site did you go to? "virtualenv" is not a site, it is a name. > Precision > of language is your friend -- when asking for help, please be precise and > accurate in your descriptions. > > When I google for "virtualenv", the very first link that comes up is this: > > http://pypi.python.org/pypi/virtualenv > > Is that the site you went to? If not, which site did you go to? > > On that site, there is a link "Downloads" almost at the top of the page, > immediately under the title: > > virtualenv 1.7.1.2 > Virtual Python Environment builder > Downloads > > > Clicking on the Downloads link takes you directly to the download area, > where > you can download a source tarball (.tar.gz file). > > > Or if you prefer, there are other instructions for installing it. Do you > have > pip installed on your computer? If so, you can run > > pip install virtualenv > > from the command line (NOT the Python interactive interpreter) to > automatically install virtualenv. > > Or if all else fails, the site above links directly to a single Python file > > which you can save to your hard drive. > > > > -- > Steven > > > > ------------------------------ > > _______________________________________________ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor > > > End of Tutor Digest, Vol 98, Issue 70 > ************************************* > -- *We have enough for our need but not enough for our greed.* _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor