[Tutor] Error message

2014-08-10 Thread RICHARD KENTISH
Hi! Ive installed Python 2.7.8 and pygame 1.9.1 onto a macbook pro 10.9.4 Mavericks. The code is taken direct from the 'making games' book. Here it is pasted from idle: import pygame, sys from pygame.locals import * pygame.init() displaysurf = pygame.dispaly.set_mode((400, 300))

Re: [Tutor] Error message

2014-08-10 Thread RICHARD KENTISH
. Best wishes, Richard From: RICHARD KENTISH r.kent...@btinternet.com To: tutor@python.org tutor@python.org Sent: Sunday, 10 August 2014, 10:32 Subject: [Tutor] Error message Hi! Ive installed Python 2.7.8 and pygame 1.9.1 onto a macbook pro 10.9.4 Mavericks

Re: [Tutor] Error message

2014-08-10 Thread RICHARD KENTISH
:32:52AM +0100, RICHARD KENTISH wrote: Hi! Ive installed Python 2.7.8 and pygame 1.9.1 onto a macbook pro 10.9.4 Mavericks. The code is taken direct from the 'making games' book. Here it is pasted from idle: Whenever you have a mysterious error in Python that doesn't appear to be an error