Can't get pygame installed

import pygame
Traceback (most recent call last):
File “”, line 1, in
File “C:\Users\CJ\Desktop\Python\lib\site-packages\pygame_init_.py”, line 95, in
from pygame.base import *
ImportError: DLL load failed: The specified module could not be found

Can’t figure out what to do about it

Hi @kikaa, if you are still facing issues with the pygame installation, I would recommend taking a look at this post, Stackoverflow. Because I don’t know what computer you are using I’m not sure which direction to go in with providing suggestions. I’ve also found another stackoverflow link. I hope these links can help you out. Happy coding!

Gina