I am trying to use pygame, but I have not gotten very far on my mac because my python crashes why it tries to run pygame.init()
.
I do not thing that it is a problem with anything else in my code because if I type import pygame
into the python shell window and then type in pygame.init
it still crashes.
Does it have to do with the version of pygame I am using? I am using 1.9.4.
Thanks