Whenever I run my code in the IDLE's shell, it always comes out with this error:
Traceback (most recent call last):
File "C:\Users\dELL\Desktop\MyProject\ReactionTimeProgram.py", line 2, in <module>
import pygame
ImportError: No module named pygame
Is it telling me I haven't installed Pygame, because I have.
How can I fix this error? Best Regards RMR :)