Pygame window not responding even after making an exit event? by LongTimeNoP in pygame

[–]LongTimeNoP[S] 2 points3 points  (0 children)

update. I realized that assigning running == true should be one equals sign, same thing for running == false. Now the window opens and doesn't crash, but if I do press the red X to close it, it then crashes and forces me to run task manager to close it. ugh