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

Re: [pygame] getting NameError



On Feb 6, 2004, at 10:48 PM, Vance Arocho wrote:

I'm using version 2.3. I'm trying to get this script to run:
 
import pygame
pygame.init()
pygame.display.init( (800,600), OPENGL | DOUBLEBUF | HWSURFACE)
 
But I'm getting this error:
You forgot

from pygame.locals import *

-bob