#Pygame Error

1 messages · Page 1 of 1 (latest)

outer temple
#

New to game development, I was coding and was creating a window when I tried running it. It showed "pygame error : video system not initialized ". Please help

fiery vigil
#

run pygame.init() at the start of your program

#

u could also have just googled this

narrow wave
#

pygame innit?

humble karma
#

pygame.init() is the required first line for pygame apps so just remember to have this line first

narrow wave
#

yeah what they said

outer temple
#

Okay.. thank you so much guys