Re: Python 3.3 and Pygame 19.2a install problems

2014-02-03 Thread Terry Reedy
On 2/3/2014 1:55 PM, MRAB wrote: On 2014-02-03 06:43, Terry Reedy wrote: It is possible that the VC++2010 runtime does not work with XP, but requires Vista+ and that the Microsoft installer installs the older VC++2008 runtime on XP even when installing 3.3. If you install for a single user, th

Re: Python 3.3 and Pygame 19.2a install problems

2014-02-03 Thread MRAB
On 2014-02-03 06:43, Terry Reedy wrote: On 2/2/2014 10:04 PM, edvoge...@gmail.com wrote: Traceback (most recent call last): File "C:\Users\Ed\Documents\SOMA\Minecraft and Python\inventwithpython_src\dodger.py", line 1, in >> import pygame, random, sys File "C:\Python33\lib\site-packages\py

Re: Python 3.3 and Pygame 19.2a install problems

2014-02-03 Thread edvogel56
On Monday, February 3, 2014 12:43:06 AM UTC-6, Terry Reedy wrote: > On 2/2/2014 10:04 PM, EdV wrote: > > > > >> Traceback (most recent call last): File > > >> "C:\Users\Ed\Documents\SOMA\Minecraft and > > >> Python\inventwithpython_src\dodger.py", line 1, in > > >> import pygame, random, sy

Re: Python 3.3 and Pygame 19.2a install problems

2014-02-02 Thread Terry Reedy
On 2/2/2014 10:04 PM, edvoge...@gmail.com wrote: Traceback (most recent call last): File "C:\Users\Ed\Documents\SOMA\Minecraft and Python\inventwithpython_src\dodger.py", line 1, in >> import pygame, random, sys File "C:\Python33\lib\site-packages\pygame\__init__.py", line 95, in >> from py

Re: Python 3.3 and Pygame 19.2a install problems

2014-02-02 Thread edvogel56
On Sunday, February 2, 2014 8:06:11 PM UTC-6, edvo...@gmail.com wrote: > Hi, > > I am putting together tutorials to accompany "Invent Your Own Computer > Games with Python" for a volunteer gig. I installed Python 3.3 and Pygame > 19.2a on an XP machine and it works fine. However the install o