So I am trying to run this:
import pygame
from pygame.locals import *
from OpenGL.GL import *
from OpenGL.GLU import *
But an error pos up and says:
import pygame
ImportError: No module named pygame
and sometimes it says this:
Traceback (most recent call last):
File "/Users/Abood/Documents/lol.py", line 3, in <module>
from OpenGL.GL import *
ModuleNotFoundError: No module named 'OpenGL.GL'
However, this works on IDLE version 2.7.16 and Sublime text, even though I tried changing PyCharm's Settings to python 2.7.16 and added Anaconda.
I am 13 and new to Coding, anything would help.
Thank you