I have been getting this error while trying to make a game using pygame.
ImportError: No module named pygame.locals
This thread says that I need to install that module. And I followed those and steps and installed it. In fact, I even got an installation success message. But when I try to run the code again, I still get the same error.
What is the issue?