[Tutor] Tutor Digest, Vol 98, Issue 70

Osemeka Osuagwu abasiemeka at gmail.com
Sat Apr 28 17:00:03 CEST 2012


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-request at python.org <tutor-request at python.org> wrote:
> Send Tutor mailing list submissions to
> 	tutor at 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-request at python.org
>
> You can reach the person managing the list at
> 	tutor-owner at 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 <isurveyor at vianet.net.au>
> To: tutor at python.org
> Subject: [Tutor] more help with vitualenv
> Message-ID: <3VfZZB6LM2zM45 at 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
> isurveyor at vianet.net.au
>
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 27 Apr 2012 18:51:00 -0700
> From: Russell Smith <savtech138 at gmail.com>
> To: Ivor Surveyor <isurveyor at vianet.net.au>
> Cc: "tutor at python.org" <tutor at python.org>
> Subject: Re: [Tutor] more help with vitualenv
> Message-ID:
> 	<CADVooy2B62wABVnjB9CsDLfxOAFFzNdQxuwdt0N4r3MDgL45Kw at 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
>> isurveyor at vianet.net.au
>> ______________________________**_________________
>> Tutor maillist  -  Tutor at 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 <dineshbvadhia at hotmail.com>
> To: <tvassallo at kpcb.com>, <trevor.wyatt at lucite.com>,
> 	<tristan.s.b.fletcher at googlemail.com>, <tutor at python.org>,
> 	<tzury.by at gmail.com>, <dvadhia at yahoo.co.uk>, <vibhu at mittal.net>,
> 	<vk at khoslaventures.com>, <madhavanorama at gmail.com>
> Subject: [Tutor] (no subject)
> Message-ID: <COL103-W2499F369AC419C3875E5CAA32A0 at 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 <steve at pearwood.info>
> To: tutor at python.org
> Subject: Re: [Tutor] Pygame installation problems
> Message-ID: <4F9B7625.9080009 at 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 <steve at pearwood.info>
> To: tutor at python.org
> Subject: Re: [Tutor] more help with vitualenv
> Message-ID: <4F9B7910.8040008 at 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 at 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.*


More information about the Tutor mailing list