Re: [Tutor] import pygame

2012-03-13 Thread Dave Angel
Three points of order, then a response, all at the proper place, after the portion of your message I'm quoting. On 03/13/2012 05:48 PM, Tamar Osher wrote: Dear Dave: Hi. Pygame is located in my computer at c:\Python32\Lib\site-packages\pygame. I am having difficulty importing and using pyg

Re: [Tutor] import pygame

2012-03-12 Thread Dave Angel
On 03/12/2012 07:25 PM, Tamar Osher wrote: Hello. I cannot successfully import third party modules. I have tried various things and searched online. Pygame is installed on my Windows 7 computer at C:\python32\pygame. Can someone please help me?>>>import pygameTraceback (most recent call la

[Tutor] import pygame

2012-03-12 Thread Tamar Osher
Hello. I cannot successfully import third party modules. I have tried various things and searched online. Pygame is installed on my Windows 7 computer at C:\python32\pygame. Can someone please help me?>>>import pygameTraceback (most recent call last): File "", line 1, in import pygame