I am trying to create 3d games using python 3.6.2 and openGL. However, I dont seem to have the right open gl libraries, when I enter into the interpreter:
from OpenGL.GL import *
I get the error:
Traceback (most recent call last):
File "<pyshell#4>", line 1, in <module>
from OpenGL.GL import *
ModuleNotFoundError: No module named 'OpenGL'
Where exactly can I download a working version of OpenGL for Python 3.6.2?