[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] [PYGAME] Noob Help.



On Fri, 13 Apr 2007, python@xxxxxxxxxxxx wrote:
> Alright I got an error saying:
>
> Syntax Error Line 6:
> pygame.init()
>
>
> Script:
>
> import sys
> import pygame
> from pygame.locals import *
>
>
> 	pygame.init()

Indeed this is a syntax error - the code is indented unnecessarily and 
invalidly.


    Richard